summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2011-08-02 14:09:43 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2011-08-02 14:09:43 +0000
commit5d3e4d37feebcef3aed0a18109e1c8c01395541b (patch)
treec236cbb17ec1ce98e4b4d749cd8c00e44d93f53f
parent46f42f1c92f7aefc5fe551d7c6310c9b3a27d8db (diff)
downloadlibtiff-git-5d3e4d37feebcef3aed0a18109e1c8c01395541b.tar.gz
Use "codec" rather than "coded"
-rw-r--r--man/TIFFcodec.3tiff4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/TIFFcodec.3tiff b/man/TIFFcodec.3tiff
index 569389fe..78a0f02e 100644
--- a/man/TIFFcodec.3tiff
+++ b/man/TIFFcodec.3tiff
@@ -1,4 +1,4 @@
-.\" $Id: TIFFcodec.3tiff,v 1.2 2005-11-02 11:07:18 dron Exp $
+.\" $Id: TIFFcodec.3tiff,v 1.3 2011-08-02 14:09:43 bfriesen Exp $
.\"
.\" Copyright (c) 1995 Sam Leffler
.\" Copyright (c) 1995 Silicon Graphics, Inc.
@@ -61,7 +61,7 @@ If the specified
already has a registered codec then it is
.I overridden
and any images with data encoded with this
-compression scheme will be decoded using the supplied coded.
+compression scheme will be decoded using the supplied codec.
.PP
.I TIFFIsCODECConfigured
returns 1 if the codec is configured and working. Otherwise 0 will be returned.