about summary refs log tree commit diff
path: root/converter/other/tifftopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-03-28 01:55:27 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-03-28 01:55:27 +0000
commit200553b6135e1ba6a4b6585e3d07d934ba6b8ceb (patch)
tree0d7a730843db22ff539ed39feddd3b7d3e4541f1 /converter/other/tifftopnm.c
parent5240773e57f21c778d227fd14a3720006f70c83e (diff)
downloadnetpbm-mirror-200553b6135e1ba6a4b6585e3d07d934ba6b8ceb.tar.gz
netpbm-mirror-200553b6135e1ba6a4b6585e3d07d934ba6b8ceb.tar.xz
netpbm-mirror-200553b6135e1ba6a4b6585e3d07d934ba6b8ceb.zip
Update advanced series to 10.62
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@1869 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/tifftopnm.c')
-rw-r--r--converter/other/tifftopnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/tifftopnm.c b/converter/other/tifftopnm.c
index 679dff71..fcfb03f6 100644
--- a/converter/other/tifftopnm.c
+++ b/converter/other/tifftopnm.c
@@ -1350,7 +1350,7 @@ warnBrokenTiffLibrary(TIFF * const tiffP) {
         case ORIENTATION_RIGHTBOT:
         case ORIENTATION_LEFTBOT:
             pm_message("WARNING: This TIFF image has an orientation that "
-                       "most TIFF libraries converts incorrectly.  "
+                       "most TIFF libraries convert incorrectly.  "
                        "Use -byrow to circumvent.");
             break;
         }