about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-24 02:17:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-24 02:17:18 +0000
commita81b6cf3dadef3d43d4a1dc7f985153d52c46c40 (patch)
tree43dcc0561c9ff9599ce59dddb8e58b93b057d5de /converter/other
parentf0667e82262d40ad19795872c70bfadce25521a1 (diff)
downloadnetpbm-mirror-a81b6cf3dadef3d43d4a1dc7f985153d52c46c40.tar.gz
netpbm-mirror-a81b6cf3dadef3d43d4a1dc7f985153d52c46c40.tar.xz
netpbm-mirror-a81b6cf3dadef3d43d4a1dc7f985153d52c46c40.zip
fix typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2564 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index dabf4c7a..26b6dba1 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -46,7 +46,7 @@ else
     HAVE_PNGLIB = Y
     EXTERN_INCLUDES += $(shell libpng$(PNGVER)-config --cflags)
   else
-    # System can't tell use where libpng is; use stuff from config.mk
+    # System can't tell us where libpng is; use stuff from config.mk
     ifneq ($(PNGLIB),NONE)
       HAVE_PNGLIB = Y
       ifneq ($(PNGHDR_DIR)x,x)