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>2017-01-15 23:46:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-01-15 23:46:30 +0000
commitd82d66c9dcb24193c4ea61543e4b84d3d7975135 (patch)
treee602f8ba80648bf48c02c212d2251380dbb4a77c /converter/other/tifftopnm.c
parent55414289f5fde5d2008f5eb9de154723106012ed (diff)
downloadnetpbm-mirror-d82d66c9dcb24193c4ea61543e4b84d3d7975135.tar.gz
netpbm-mirror-d82d66c9dcb24193c4ea61543e4b84d3d7975135.tar.xz
netpbm-mirror-d82d66c9dcb24193c4ea61543e4b84d3d7975135.zip
Remove pointer man pages, Manweb installation
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2882 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 d3d5552a..5c512000 100644
--- a/converter/other/tifftopnm.c
+++ b/converter/other/tifftopnm.c
@@ -291,7 +291,7 @@ readDirectory(TIFF *               const tiffP,
    Read various values of TIFF tags from the TIFF directory, and
    default them if not in there and make guesses where values are
    invalid.  Exit program with error message if required tags aren't
-   there or values are inconsistent or beyond our capabilities.  if
+   there or values are inconsistent or beyond our capabilities.  If
    'headerdump' is true, issue informational messages about what we
    find.