summaryrefslogtreecommitdiffstats
path: root/contrib/bc
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-09-27 18:52:17 +0000
committerbrooks <brooks@FreeBSD.org>2005-09-27 18:52:17 +0000
commit2f3558aada9129753f28c5df2928e18c53c7c653 (patch)
tree4d49b99235a4f32387aa3740f1877f7f8d45f11b /contrib/bc
parent78d1baf10058d4a95500bac5b59b816eb9aa7017 (diff)
downloadFreeBSD-src-2f3558aada9129753f28c5df2928e18c53c7c653.zip
FreeBSD-src-2f3558aada9129753f28c5df2928e18c53c7c653.tar.gz
s/routnes/routines/ in help message.
This file is already off the vendor branch and there hasn't been a bc release in more than 4 years so I can't see any harm in fixing this. Submitted by: Arne Woerner <arne_woerner at yahoo dot com> PR: gnu/86627
Diffstat (limited to 'contrib/bc')
-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 4170bb5..81149b4 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 routnes\n",
+ " -l --mathlib use the predefine 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