diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-17 15:31:20 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-17 15:31:20 +0000 |
commit | 8505ab10e1571ff5c3acd59f9dca399e13a52938 (patch) | |
tree | 5fdb44c56fd8fbdd3aacf18840ef9b3fd0c1a8ef /libstdc++-v3 | |
parent | 8d8fcb5759cbf2894819dc8db56432685506a39d (diff) | |
download | gcc-8505ab10e1571ff5c3acd59f9dca399e13a52938.tar.gz |
2003-07-17 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/guide.html: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69512 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/doxygen/guide.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cf0e5e3a195..59b3eacddbc 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 7974358a8dc..0628521f427 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> |