aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.se>1998-08-02 10:00:17 -0600
committerJeff Law <law@gcc.gnu.org>1998-08-02 10:00:17 -0600
commit46103ab43a2d4a44a8a884eecc749ec531cd3d17 (patch)
tree633dbff727d6e891e54136d3c869a27b292e1a89
parentb28dd84028fdb1fb19837d9efc2141bb6665dcd9 (diff)
downloadgcc-46103ab43a2d4a44a8a884eecc749ec531cd3d17.zip
gcc-46103ab43a2d4a44a8a884eecc749ec531cd3d17.tar.gz
gcc-46103ab43a2d4a44a8a884eecc749ec531cd3d17.tar.bz2
invoke.texi (Environment Variables): Typo: Change "ascpects" into "aspects".
( * invoke.texi (Environment Variables): Typo: Change "ascpects" into "aspects". (Running Protoize): Typo: Change "ther" into "other". From-SVN: r21542
-rw-r--r--gcc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 67c7392..816adc9 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -6001,7 +6001,7 @@ the language standard. You should not need to use these options yourself.
This section describes several environment variables that affect how GNU
CC operates. Some of them work by specifying directories or prefixes to use
when searching for various kinds of files. Some are used to specify other
-ascpects of the compilation environment.
+aspects of the compilation environment.
@ifclear INTERNALS
Note that you can also specify places to search using options such as
@@ -6120,7 +6120,7 @@ Recognize SJIS characters.
Recognize EUCJP characters.
@end table
-If @code{LANG} is not defined, or if it has some ther value, then the
+If @code{LANG} is not defined, or if it has some other value, then the
compiler will use mblen and mbtowc as defined by the default locale to
recognize and translate multibyte characters.
@end table