diff options
Diffstat (limited to 'generator')
-rw-r--r-- | generator/pamgauss.c | 2 |
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]); |