aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/doxygen
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-12-16 17:16:04 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2006-12-16 17:16:04 +0000
commite5c0ebd921c534e1b56fab49a589884e2ffeb334 (patch)
tree4f11e4dd5e735c7e172b833006ec9352f5a9d2b0 /libstdc++-v3/docs/doxygen
parentb3b433c507af133b95bfdbbd33338139e3d15345 (diff)
downloadgcc-e5c0ebd921c534e1b56fab49a589884e2ffeb334.zip
gcc-e5c0ebd921c534e1b56fab49a589884e2ffeb334.tar.gz
gcc-e5c0ebd921c534e1b56fab49a589884e2ffeb334.tar.bz2
howto.html: Fix typos.
2006-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * docs/html/27_io/howto.html: Fix typos. * docs/html/24_iterators/howto.html: Likewise. * docs/html/18_support/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/ext/ballocator_doc.html: Likewise. * docs/html/17_intro/porting-howto.xml: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/faq/index.html: Likewise. * docs/doxygen/tables.html: Likewise. From-SVN: r119964
Diffstat (limited to 'libstdc++-v3/docs/doxygen')
-rw-r--r--libstdc++-v3/docs/doxygen/tables.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/doxygen/tables.html b/libstdc++-v3/docs/doxygen/tables.html
index 370c6ce..74ac3e2 100644
--- a/libstdc++-v3/docs/doxygen/tables.html
+++ b/libstdc++-v3/docs/doxygen/tables.html
@@ -18,7 +18,7 @@
</p>
<p>We will not try to duplicate all of the surrounding text (footnotes,
- explanations, etc) from the standard, because that would also entail a
+ explanations, etc.) from the standard, because that would also entail a
duplication of effort. Some of the surrounding text has been paraphrased
here for clarity. If you are uncertain about the meaning or interpretation
of these notes, consult a good textbook, and/or purchase your own copy of
@@ -589,7 +589,7 @@ examples of the latter are multiset and multimap.
<tr>
<td>a.clear()</td>
<td>void</td>
-<td>erases everthing; post: size() == 0</td>
+<td>erases everything; post: size() == 0</td>
<td>linear</td> <!-- DR 224 -->
</tr>