Index: boost/format/exceptions.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/format/exceptions.hpp,v retrieving revision 1.5 diff -u -r1.5 exceptions.hpp --- boost/format/exceptions.hpp 24 Jan 2004 17:30:23 -0000 1.5 +++ boost/format/exceptions.hpp 12 Jul 2006 16:16:45 -0000 @@ -56,7 +56,7 @@ std::size_t get_expected() const { return expected_; } virtual const char *what() const throw() { return "boost::too_few_args: " - "format-string refered to more arguments than were passed"; + "format-string referred to more arguments than were passed"; } }; @@ -70,7 +70,7 @@ std::size_t get_expected() const { return expected_; } virtual const char *what() const throw() { return "boost::too_many_args: " - "format-string refered to less arguments than were passed"; + "format-string referred to less arguments than were passed"; } }; Index: boost/numeric/ublas/matrix_expression.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/numeric/ublas/matrix_expression.hpp,v retrieving revision 1.64 diff -u -r1.64 matrix_expression.hpp --- boost/numeric/ublas/matrix_expression.hpp 6 Nov 2005 14:57:13 -0000 1.64 +++ boost/numeric/ublas/matrix_expression.hpp 12 Jul 2006 16:16:51 -0000 @@ -42,7 +42,7 @@ typedef typename boost::mpl::if_, typename E::const_reference, typename E::reference>::type reference; - typedef E refered_type; + typedef E referred_type; typedef const self_type const_closure_type; typedef self_type closure_type; typedef typename E::orientation_category orientation_category; @@ -50,7 +50,7 @@ // Construction and destruction BOOST_UBLAS_INLINE - explicit matrix_reference (refered_type &e): + explicit matrix_reference (referred_type &e): e_ (e) {} // Accessors @@ -66,11 +66,11 @@ public: // Expression accessors - const correct BOOST_UBLAS_INLINE - const refered_type &expression () const { + const referred_type &expression () const { return e_; } BOOST_UBLAS_INLINE - refered_type &expression () { + referred_type &expression () { return e_; } @@ -269,7 +269,7 @@ } private: - refered_type &e_; + referred_type &e_; }; Index: boost/numeric/ublas/vector_expression.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/numeric/ublas/vector_expression.hpp,v retrieving revision 1.68 diff -u -r1.68 vector_expression.hpp --- boost/numeric/ublas/vector_expression.hpp 6 Nov 2005 14:57:13 -0000 1.68 +++ boost/numeric/ublas/vector_expression.hpp 12 Jul 2006 16:16:53 -0000 @@ -43,14 +43,14 @@ typedef typename boost::mpl::if_, typename E::const_reference, typename E::reference>::type reference; - typedef E refered_type; + typedef E referred_type; typedef const self_type const_closure_type; typedef self_type closure_type; typedef typename E::storage_category storage_category; // Construction and destruction BOOST_UBLAS_INLINE - explicit vector_reference (refered_type &e): + explicit vector_reference (referred_type &e): e_ (e) {} // Accessors @@ -62,11 +62,11 @@ public: // Expression accessors - const correct BOOST_UBLAS_INLINE - const refered_type &expression () const { + const referred_type &expression () const { return e_; } BOOST_UBLAS_INLINE - refered_type &expression () { + referred_type &expression () { return e_; } @@ -227,7 +227,7 @@ } private: - refered_type &e_; + referred_type &e_; }; Index: boost/regex/v4/basic_regex.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/regex/v4/basic_regex.hpp,v retrieving revision 1.19 diff -u -r1.19 basic_regex.hpp --- boost/regex/v4/basic_regex.hpp 27 Oct 2005 10:24:50 -0000 1.19 +++ boost/regex/v4/basic_regex.hpp 12 Jul 2006 16:16:56 -0000 @@ -343,7 +343,7 @@ // // getflags: // retained for backwards compatibility only, "flags" - // is now the prefered name: + // is now the preferred name: flag_type BOOST_REGEX_CALL getflags()const { return flags(); Index: libs/iostreams/doc/home.html =================================================================== RCS file: /cvsroot/boost/boost/libs/iostreams/doc/home.html,v retrieving revision 1.13 diff -u -r1.13 home.html --- libs/iostreams/doc/home.html 12 Aug 2005 13:02:34 -0000 1.13 +++ libs/iostreams/doc/home.html 12 Jul 2006 16:16:59 -0000 @@ -95,11 +95,11 @@ namespace boost::iostreams, unless otherwise indicated. Namespace qualification is usually omitted.

- Specializations of std::basic_istream will be refered to as + Specializations of std::basic_istream will be referred to as standard input streams, specializations of std::basic_ostream as standard output streams, specializations of std::basic_iostream as standard i/o streams, and specializations of std::basic_streambuf - as standard stream buffers. Together, standard input streams, standard output streams and standard i/o streams will be refered to as standard streams. Sometimes the qualifier standard will be omitted. + as standard stream buffers. Together, standard input streams, standard output streams and standard i/o streams will be referred to as standard streams. Sometimes the qualifier standard will be omitted.

Index: libs/regex/doc/index.html =================================================================== RCS file: /cvsroot/boost/boost/libs/regex/doc/index.html,v retrieving revision 1.7 diff -u -r1.7 index.html --- libs/regex/doc/index.html 13 Jan 2005 17:05:18 -0000 1.7 +++ libs/regex/doc/index.html 12 Jul 2006 16:17:03 -0000 @@ -31,7 +31,7 @@ and setup
Installation
-
Building with bjam (prefered) +
Building with bjam (preferred)
Building with Unicode/ICU support
Building via Makefiles
Index: libs/variant/doc/reference/get.xml =================================================================== RCS file: /cvsroot/boost/boost/libs/variant/doc/reference/get.xml,v retrieving revision 1.4 diff -u -r1.4 get.xml --- libs/variant/doc/reference/get.xml 23 Dec 2003 22:50:05 -0000 1.4 +++ libs/variant/doc/reference/get.xml 12 Jul 2006 16:17:07 -0000 @@ -136,7 +136,7 @@ While visitation via apply_visitor - is generally prefered due to its greater safety, get may + is generally preferred due to its greater safety, get may may be more convenient in some cases due to its straightforward usage. Index: libs/xpressive/test/test_cycles.cpp =================================================================== RCS file: /cvsroot/boost/boost/libs/xpressive/test/test_cycles.cpp,v retrieving revision 1.4 diff -u -r1.4 test_cycles.cpp --- libs/xpressive/test/test_cycles.cpp 2 Jan 2006 07:03:04 -0000 1.4 +++ libs/xpressive/test/test_cycles.cpp 12 Jul 2006 16:17:08 -0000 @@ -21,7 +21,7 @@ /////////////////////////////////////////////////////////////////////////////// // test_main -// regexes refered to by other regexes are kept alive via reference counting. +// regexes referred to by other regexes are kept alive via reference counting. // but cycles are handled naturally. the following works as expected and doesn't leak. int test_main( int, char*[] ) { Index: tools/build/v2/build/targets.jam =================================================================== RCS file: /cvsroot/boost/boost/tools/build/v2/build/targets.jam,v retrieving revision 1.196 diff -u -r1.196 targets.jam --- tools/build/v2/build/targets.jam 19 May 2006 13:38:57 -0000 1.196 +++ tools/build/v2/build/targets.jam 12 Jul 2006 16:17:09 -0000 @@ -953,7 +953,7 @@ local current = $(raw) ; # It's assumed that ordinary conditional requirements can't add - # properties, and that rules refered + # properties, and that rules referred # by properties can't add new # properties. So the list of indirect conditionals # does not change. Index: tools/quickbook/doc/quickbook.qbk =================================================================== RCS file: /cvsroot/boost/boost/tools/quickbook/doc/quickbook.qbk,v retrieving revision 1.43 diff -u -r1.43 quickbook.qbk --- tools/quickbook/doc/quickbook.qbk 10 Jul 2006 11:03:48 -0000 1.43 +++ tools/quickbook/doc/quickbook.qbk 12 Jul 2006 16:17:11 -0000 @@ -300,7 +300,7 @@ syntax highlighted. [note We simply enclose the code with the tick: [^'''"`"'''], not the -single quote: `"'"`. Note too that [^'''`some code`'''] is prefered over +single quote: `"'"`. Note too that [^'''`some code`'''] is preferred over [^'''[^some code]''']. ] [endsect] Index: tools/quickbook/doc/quickbook.xml =================================================================== RCS file: /cvsroot/boost/boost/tools/quickbook/doc/quickbook.xml,v retrieving revision 1.29 diff -u -r1.29 quickbook.xml --- tools/quickbook/doc/quickbook.xml 19 Jan 2006 06:11:02 -0000 1.29 +++ tools/quickbook/doc/quickbook.xml 12 Jul 2006 16:17:12 -0000 @@ -399,7 +399,7 @@ Note that we simply enclose the code with the tick: "`", not the single quote: "'". Note too that `some - code` is prefered over [^some code]. + code` is preferred over [^some code]. Index: tools/quickbook/doc/html/quickbook/syntax/phrase.html =================================================================== RCS file: /cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/syntax/phrase.html,v retrieving revision 1.14 diff -u -r1.14 phrase.html --- tools/quickbook/doc/html/quickbook/syntax/phrase.html 10 Jul 2006 11:03:48 -0000 1.14 +++ tools/quickbook/doc/html/quickbook/syntax/phrase.html 12 Jul 2006 16:17:12 -0000 @@ -273,7 +273,7 @@

We simply enclose the code with the tick: "`", not the single quote: "'". - Note too that `some code` is prefered over [^some code]. + Note too that `some code` is preferred over [^some code].

Index: tools/quickbook/test/quickbook-manual.gold =================================================================== RCS file: /cvsroot/boost/boost/tools/quickbook/test/quickbook-manual.gold,v retrieving revision 1.4 diff -u -r1.4 quickbook-manual.gold --- tools/quickbook/test/quickbook-manual.gold 2 Jun 2006 16:48:36 -0000 1.4 +++ tools/quickbook/test/quickbook-manual.gold 12 Jul 2006 16:17:14 -0000 @@ -409,7 +409,7 @@ Note that we simply enclose the code with the tick: "`", not the single quote: "'". - Note too that `some code` is prefered over [^some code]. + Note too that `some code` is preferred over [^some code].
Index: tools/quickbook/test/quickbook-manual.quickbook =================================================================== RCS file: /cvsroot/boost/boost/tools/quickbook/test/quickbook-manual.quickbook,v retrieving revision 1.2 diff -u -r1.2 quickbook-manual.quickbook --- tools/quickbook/test/quickbook-manual.quickbook 3 Feb 2006 09:42:17 -0000 1.2 +++ tools/quickbook/test/quickbook-manual.quickbook 12 Jul 2006 16:17:15 -0000 @@ -297,7 +297,7 @@ [blurb __note__ Note that we simply enclose the code with the tick: [^'''"`"'''], not the -single quote: `"'"`. Note too that [^'''`some code`'''] is prefered over +single quote: `"'"`. Note too that [^'''`some code`'''] is preferred over [^'''[^some code]''']. ]