aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2003-07-17 15:31:20 +0000
committerPhil Edwards <pme@gcc.gnu.org>2003-07-17 15:31:20 +0000
commit83a279e492cac61e9eda9ef0047c023d62a47318 (patch)
tree5fdb44c56fd8fbdd3aacf18840ef9b3fd0c1a8ef
parentd944c82dce5b0d8848078c95f2be0a45b6909ed9 (diff)
downloadgcc-83a279e492cac61e9eda9ef0047c023d62a47318.zip
gcc-83a279e492cac61e9eda9ef0047c023d62a47318.tar.gz
gcc-83a279e492cac61e9eda9ef0047c023d62a47318.tar.bz2
guide.html: Fix typo.
2003-07-17 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/guide.html: Fix typo. From-SVN: r69512
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/docs/doxygen/guide.html2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index cf0e5e3..59b3eac 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-17 Phil Edwards <pme@gcc.gnu.org>
+
+ * docs/doxygen/guide.html: Fix typo.
+
2003-07-16 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/pod_char_traits.h: Add state template argument.
diff --git a/libstdc++-v3/docs/doxygen/guide.html b/libstdc++-v3/docs/doxygen/guide.html
index 7974358..0628521 100644
--- a/libstdc++-v3/docs/doxygen/guide.html
+++ b/libstdc++-v3/docs/doxygen/guide.html
@@ -69,7 +69,7 @@
<p>[incomplete and constantly evolving]</p>
<p>For classes, use deque/vector/list and std::pair as examples. For
- functions, see their memeber functions, and the free functions in
+ functions, see their member functions, and the free functions in
<code>stl_algobase.h</code>. Member functions of other container-like
types should read similarly to these member functions.
</p>