summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2006-01-24 06:38:35 +0000
committerBrooks Davis <brooks@FreeBSD.org>2006-01-24 06:38:35 +0000
commitc283464ab7caa19b2a85a4f6dd4d7adb47a107e8 (patch)
tree75f70370f8818f5c36c8facb1be6b87ccf63260f
parentb0864f3a7d9d165018b5f658414d7a66085dd0fc (diff)
Notes
-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 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",