about summary refs log tree commit diff
path: root/generator/pamgauss.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-12-19 03:50:38 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-12-19 03:50:38 +0000
commit4d1c963699500d8dfcb2dea1f02db8aaa030f4c5 (patch)
tree2bd542aaad414d6027121bbff7f7b5b006808960 /generator/pamgauss.c
parent8fdd7e1f3bb3f57b5cf5ebe246582f0376aa1ded (diff)
downloadnetpbm-mirror-4d1c963699500d8dfcb2dea1f02db8aaa030f4c5.tar.gz
netpbm-mirror-4d1c963699500d8dfcb2dea1f02db8aaa030f4c5.tar.xz
netpbm-mirror-4d1c963699500d8dfcb2dea1f02db8aaa030f4c5.zip
Fix typo in message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2064 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'generator/pamgauss.c')
-rw-r--r--generator/pamgauss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/pamgauss.c b/generator/pamgauss.c
index 0e1661e6..13fe8ea1 100644
--- a/generator/pamgauss.c
+++ b/generator/pamgauss.c
@@ -89,7 +89,7 @@ parseCommandLine(int argc, char ** argv,
     if (argc-1 < 2)
         pm_error("Need two arguments: width and height.");
     else if (argc-1 > 2)
-        pm_error("Only two argumeents allowed: with and height.  "
+        pm_error("Only two arguments allowed: width and height.  "
                  "You specified %d", argc-1);
     else {
         cmdlineP->width = atoi(argv[1]);