about summary refs log tree commit diff
path: root/lib/libpm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-08-11 00:14:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-08-11 00:14:20 +0000
commitb5f1225d8f77ef0cfbf11114cf238319477486b1 (patch)
treee4cb124dee0bd42d9f4964cc3448909089357730 /lib/libpm.c
parentfc9e38732d6e5d00c0253f1536f0b5504a89c9c6 (diff)
downloadnetpbm-mirror-b5f1225d8f77ef0cfbf11114cf238319477486b1.tar.gz
netpbm-mirror-b5f1225d8f77ef0cfbf11114cf238319477486b1.tar.xz
netpbm-mirror-b5f1225d8f77ef0cfbf11114cf238319477486b1.zip
Fix typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3040 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/libpm.c')
-rw-r--r--lib/libpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpm.c b/lib/libpm.c
index dbfcac12..f9aa1aef 100644
--- a/lib/libpm.c
+++ b/lib/libpm.c
@@ -68,7 +68,7 @@ static pm_usererrormsgfn * userErrorMsgFn = NULL;
     */
 
 static pm_usermessagefn * userMessageFn = NULL;
-    /* A function to call to issue an error message.
+    /* A function to call to issue a non-error message.
 
        NULL means use the library default: print to Standard Error
     */