From 6e1337c70eb5ce64269e209d74c9c552cfa7a2e4 Mon Sep 17 00:00:00 2001
From: Rene Rivera
Date: Sun, 27 Feb 2005 17:28:24 +0000
Subject: [PATCH] Apply typo fixes from Julio M. Merino Vidal
[SVN r27513]
---
generic_programming.html | 2 +-
getting_started.html | 2 +-
mailing_lists.htm | 4 +++-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/generic_programming.html b/generic_programming.html
index ea71a89..682be45 100644
--- a/generic_programming.html
+++ b/generic_programming.html
@@ -75,7 +75,7 @@ void* memcpy(void* region1, const void* region2, size_t n)
not in an array? Perhaps it is in a linked list. Can we generalize the
notion of copy to any sequence of elements? Looking at the body of
memcpy(), the function's minimal requirements are
- that it needs to to traverse through the sequence using some sort
+ that it needs to traverse through the sequence using some sort
of pointer, access elements pointed to, write the elements
to the destination, and compare pointers to know when to stop. The
C++ standard library groups requirements such as these into
diff --git a/getting_started.html b/getting_started.html
index b259e97..31a7c29 100644
--- a/getting_started.html
+++ b/getting_started.html
@@ -170,7 +170,7 @@
are using a Boost distribution is to
download a prebuilt executable from SourceForge. If a
prebuilt executable is not provided for your platform or you are using Boost's
- sources in an unreleased state, it may be neccessary to
+ sources in an unreleased state, it may be necessary to
build bjam from sources included in the Boost source tree. To
install Boost.Jam, copy the bjam executable to a location accessible
in your PATH.
diff --git a/mailing_lists.htm b/mailing_lists.htm
index fa834e6..01db696 100644
--- a/mailing_lists.htm
+++ b/mailing_lists.htm
@@ -102,7 +102,9 @@
watching the Boost library development process. Virtually all Boost
decisions, major or minor, technical or otherwise, are reached via public
discussion on this mailing list. It is where the formal reviews of
- proposed libraries take place. Subscribe or unsubscribe at http://lists.boost.org/mailman/listinfo.cgi/boost
+ proposed libraries take place. Subscribe or unsubscribe at http://lists.boost.org/mailman/listinfo.cgi/boost.
When we talk about the "members of Boost", we are talking about those
signed up for this main mailing list.