diff --git a/contrib/bc/bc/main.c b/contrib/bc/bc/main.c index 81149b4ef808..8ac2981ad719 100644 --- a/contrib/bc/bc/main.c +++ b/contrib/bc/bc/main.c @@ -65,7 +65,7 @@ usage (char *progname) printf ("usage: %s [options] [file ...]\n%s%s%s%s%s%s%s", progname, " -h --help print this usage and exit\n", " -i --interactive force interactive mode\n", - " -l --mathlib use the predefine math routines\n", + " -l --mathlib use the predefined math routines\n", " -q --quiet don't print initial banner\n", " -s --standard non-standard bc constructs are errors\n", " -w --warn warn about non-standard bc constructs\n",