diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/bc/bc/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bc/bc/main.c b/contrib/bc/bc/main.c index 81149b4..8ac2981 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", |