summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2006-01-24 06:38:35 +0000
committerbrooks <brooks@FreeBSD.org>2006-01-24 06:38:35 +0000
commitfd7d0891dc443e141c638b19f252638e383a31ca (patch)
tree75f70370f8818f5c36c8facb1be6b87ccf63260f
parent003b8b204ff22d9e793702fdd8b706c36303a21a (diff)
downloadFreeBSD-src-fd7d0891dc443e141c638b19f252638e383a31ca.zip
FreeBSD-src-fd7d0891dc443e141c638b19f252638e383a31ca.tar.gz
s/predefine/predefined/
PR: gnu/86627 Submitted by: Arne Woerner <arne_woerner at yahoo dot com> MFC After: 6 days
-rw-r--r--contrib/bc/bc/main.c2
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",
OpenPOWER on IntegriCloud