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
This commit is contained in:
Brooks Davis 2005-09-27 18:52:17 +00:00
parent 98df9e0010
commit 92b4183c54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150643

View file

@ -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",