From 83a279e492cac61e9eda9ef0047c023d62a47318 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Thu, 17 Jul 2003 15:31:20 +0000 Subject: [PATCH] guide.html: Fix typo. 2003-07-17 Phil Edwards * docs/doxygen/guide.html: Fix typo. From-SVN: r69512 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/docs/doxygen/guide.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * docs/doxygen/guide.html: Fix typo. + 2003-07-16 Benjamin Kosnik * 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 @@

[incomplete and constantly evolving]

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 stl_algobase.h. Member functions of other container-like types should read similarly to these member functions.

-- 2.11.4.GIT