From fd7d0891dc443e141c638b19f252638e383a31ca Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 24 Jan 2006 06:38:35 +0000 Subject: [PATCH] s/predefine/predefined/ PR: gnu/86627 Submitted by: Arne Woerner MFC After: 6 days --- 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 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",