This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Spelling patch: s/seperate/separate/
- To: <gcc-patches at gcc dot gnu dot org>
- Subject: Re: Spelling patch: s/seperate/separate/
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Sun, 7 Oct 2001 19:36:24 +0100 (BST)
- cc: <libstdc++ at gcc dot gnu dot org>
On Sun, 7 Oct 2001, Joseph S. Myers wrote:
> This patch fixes misspellings of "separate" as "seperate", and
> corresponding spelling errors of related words. Applied to mainline.
This is the corresponding 3.0 branch patch; for the 3.0 branch I only
patched the user manuals, not comments. Applied to 3.0 branch.
gcc:
2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/gcc.texi: Fix spelling error of "separate" as "seperate".
libstdc++-v3:
2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
* docs/html/22_locale/locale.html: Fix spelling error of
"separate" as "seperate".
Index: libstdc++-v3/docs/html/22_locale/locale.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/22_locale/locale.html,v
retrieving revision 1.2
diff -u -r1.2 locale.html
--- locale.html 2001/01/30 09:18:50 1.2
+++ locale.html 2001/10/07 18:30:50
@@ -48,7 +48,7 @@
Facets actually implement locale functionality. For instance, a facet
called numpunct is the data objects that can be used to query for the
-thousands seperator is in the German locale.
+thousands separator is in the German locale.
Literally, a facet is strictly defined:
- containing
Index: gcc/doc/gcc.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/gcc.texi,v
retrieving revision 1.3.2.20
diff -u -r1.3.2.20 gcc.texi
--- gcc.texi 2001/10/07 10:54:16 1.3.2.20
+++ gcc.texi 2001/10/07 18:30:50
@@ -3265,7 +3265,7 @@
which define the format of the tree representation.
C Preprocessing, for language front ends, that want or require it, is
-performed by cpplib, which is covered in seperate documentation. In
+performed by cpplib, which is covered in separate documentation. In
particular, the internals are covered in @xref{Top, ,Cpplib internals, cppinternals, Cpplib Internals}.
--
Joseph S. Myers
jsm28@cam.ac.uk