about summary refs log tree commit diff
path: root/converter/other/pstopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-07-25 02:51:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-07-25 02:51:11 +0000
commitb26a70b06b4ecc75b85b302703c924e271501a81 (patch)
treedaa0977270e43d6d1b1e2aef477e86fc7250a28c /converter/other/pstopnm.c
parentd2329373a70010d0a223b418cde1d26de9a3cd64 (diff)
downloadnetpbm-mirror-b26a70b06b4ecc75b85b302703c924e271501a81.tar.gz
netpbm-mirror-b26a70b06b4ecc75b85b302703c924e271501a81.tar.xz
netpbm-mirror-b26a70b06b4ecc75b85b302703c924e271501a81.zip
Correct grammar in comments and messages
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1985 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pstopnm.c')
-rw-r--r--converter/other/pstopnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pstopnm.c b/converter/other/pstopnm.c
index 3704841b..f4081464 100644
--- a/converter/other/pstopnm.c
+++ b/converter/other/pstopnm.c
@@ -883,7 +883,7 @@ executeGhostscript(char                    const pstrans[],
                 pm_error("Ghostscript failed.  Exit code=%d\n", 
                          WEXITSTATUS(gsTermStatus));
             else if (WIFSIGNALED(gsTermStatus))
-                pm_error("Ghostscript process died due to a signal %d.",
+                pm_error("Ghostscript process died because of a signal %d.",
                          WTERMSIG(gsTermStatus));
             else 
                 pm_error("Ghostscript process died with exit code %d",