From d6f45222d7b29adb9defdd79dd8ad1dbc97bb3e1 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 26 Dec 2013 04:31:19 +0000 Subject: Release 10.65.06 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2078 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- generator/pamgauss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generator/pamgauss.c') 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]); -- cgit 1.4.1