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-02-15 03:56:01 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-02-15 03:56:01 +0000
commit46e074a0556bb227d0fd077554af00de6d0d9f1d (patch)
treee444477c397d3b900f3d2ec7c6fe71bcf5a87bb9 /converter/other/tifftopnm.c
parent230efac9b41d9160f09a50f8b321b2f12958b184 (diff)
downloadnetpbm-mirror-46e074a0556bb227d0fd077554af00de6d0d9f1d.tar.gz
netpbm-mirror-46e074a0556bb227d0fd077554af00de6d0d9f1d.tar.xz
netpbm-mirror-46e074a0556bb227d0fd077554af00de6d0d9f1d.zip
Fix typo in message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1837 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;
         }