aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-12-15 20:06:12 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-12-15 20:06:12 +0000
commit1737c953d5d6b65078435519a6dbd5e425ad47e6 (patch)
treeebc53bbcecda952d04e1c0bfb5531ae9907616ca /gcc/gcc.c
parent56deb74c8623b1218658480a8419b63772cac245 (diff)
downloadgcc-1737c953d5d6b65078435519a6dbd5e425ad47e6.zip
gcc-1737c953d5d6b65078435519a6dbd5e425ad47e6.tar.gz
gcc-1737c953d5d6b65078435519a6dbd5e425ad47e6.tar.bz2
gcc.c, [...]: Use American spelling in messages.
* gcc.c, config/fr30/fr30.c, config/v850/v850-c.c, toplev.c: Use American spelling in messages. * po/gcc.pot: Regenerate. ch: * decl.c, parse.c, typeck.c: Use American spelling in messages. cp: * lang-options.h: Use American spelling in messages. From-SVN: r48047
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 466f6cd..81d1675 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3067,7 +3067,7 @@ display_help ()
fputs (_("\
-x <language> Specify the language of the following input files\n\
Permissable languages include: c c++ assembler none\n\
- 'none' means revert to the default behaviour of\n\
+ 'none' means revert to the default behavior of\n\
guessing the language based on the file's extension\n\
"), stdout);
@@ -5027,7 +5027,7 @@ do_spec_1 (spec, inswitch, soft_matched_part)
/* Catch the case where a spec string contains something like
'%{foo:%*}'. ie there is no * in the pattern on the left
hand side of the :. */
- error ("spec failure: '%%*' has not been initialised by pattern match");
+ error ("spec failure: '%%*' has not been initialized by pattern match");
break;
/* Process a string found as the value of a spec given by name.
@@ -5179,7 +5179,7 @@ do_spec_1 (spec, inswitch, soft_matched_part)
break;
default:
- error ("spec failure: unrecognised spec option '%c'", c);
+ error ("spec failure: unrecognized spec option '%c'", c);
break;
}
break;