about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-06-11 17:01:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-06-11 17:01:13 +0000
commit0407ef8d71f0a717b364856f631a469231df3401 (patch)
tree87c243c14c053ee5483eb0d228e17f8c8d0fb2ff /buildtools
parent366cb11d031b18c84b14b2828f7d8e6ab26a34e6 (diff)
downloadnetpbm-mirror-0407ef8d71f0a717b364856f631a469231df3401.tar.gz
netpbm-mirror-0407ef8d71f0a717b364856f631a469231df3401.tar.xz
netpbm-mirror-0407ef8d71f0a717b364856f631a469231df3401.zip
Fix typos in comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2995 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/manpage.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/manpage.mk b/buildtools/manpage.mk
index acd2d40f..b0f7668c 100644
--- a/buildtools/manpage.mk
+++ b/buildtools/manpage.mk
@@ -64,7 +64,7 @@ EXCEPTIONS = \
 # Instead the list is generated afresh from HTML file names.  Reasons:
 # 1. Any list would have to be updated every time an HTML file is added.
 # 2. The suffix (man section) depends on content (a "META" tag) of the
-#    HTML file.  (The mankeman script is clever.)
+#    HTML file.  (The makeman script is clever.)
 # 3. In one instance the file stem name changes: index.html => netpbm.1
 
 # HTML files in USERGUIDE
@@ -178,7 +178,7 @@ installman: report
 
 
 # This will uninstall the man pages.
-# Only pages with corresponing files in USERGUIDE are deleted.
+# Only pages with corresponding files in USERGUIDE are deleted.
 .PHONY : uninstallman
 uninstallman: report
 	for f in $(MAN1); do if [ -f $(MANDIR)/man1/$$f.gz ]; then rm -f $(MANDIR)/man1/$$f.gz; fi; done