From 92b4183c54b1d7ffce72ed3cfa04f8c63b79e819 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 27 Sep 2005 18:52:17 +0000 Subject: [PATCH] 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 PR: gnu/86627 --- contrib/bc/bc/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/bc/bc/main.c b/contrib/bc/bc/main.c index 4170bb58b874..81149b4ef808 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",