Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82486 - in trunk/libs/range/doc: . html html/range/headers
From: zeratul976_at_[hidden]
Date: 2013-01-14 04:04:59


Author: nathanridge
Date: 2013-01-14 04:04:57 EST (Mon, 14 Jan 2013)
New Revision: 82486
URL: http://svn.boost.org/trac/boost/changeset/82486

Log:
[range] fixed #7866 (minor typo in docs)
Text files modified:
   trunk/libs/range/doc/headers.qbk | 2 +-
   trunk/libs/range/doc/html/index.html | 2 +-
   trunk/libs/range/doc/html/range/headers/general.html | 2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/range/doc/headers.qbk
==============================================================================
--- trunk/libs/range/doc/headers.qbk (original)
+++ trunk/libs/range/doc/headers.qbk 2013-01-14 04:04:57 EST (Mon, 14 Jan 2013)
@@ -8,7 +8,7 @@
 [section:general General]
 [table
     [[Header ] [Includes ] [Related Concept ]]
- [[`<boost/range.hpp>` ] [everything from Boost.Range version 1 (Boost versions 1.42 and below). Includes the core range functions and metafunctinos, but excludes Range Adaptors and Range Algorithms. ] [- ]]
+ [[`<boost/range.hpp>` ] [everything from Boost.Range version 1 (Boost versions 1.42 and below). Includes the core range functions and metafunctions, but excludes Range Adaptors and Range Algorithms. ] [- ]]
     [[`<boost/range/metafunctions.hpp>` ] [every metafunction ] [- ]]
     [[`<boost/range/functions.hpp>` ] [every function ] [- ]]
     [[`<boost/range/value_type.hpp>` ] [__range_value__ ] [__single_pass_range__ ]]

Modified: trunk/libs/range/doc/html/index.html
==============================================================================
--- trunk/libs/range/doc/html/index.html (original)
+++ trunk/libs/range/doc/html/index.html 2013-01-14 04:04:57 EST (Mon, 14 Jan 2013)
@@ -147,7 +147,7 @@
   </p>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: January 04, 2013 at 01:03:02 GMT</small></p></td>
+<td align="left"><p><small>Last revised: January 14, 2013 at 08:50:06 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: trunk/libs/range/doc/html/range/headers/general.html
==============================================================================
--- trunk/libs/range/doc/html/range/headers/general.html (original)
+++ trunk/libs/range/doc/html/range/headers/general.html 2013-01-14 04:04:57 EST (Mon, 14 Jan 2013)
@@ -59,7 +59,7 @@
 <td>
                 <p>
                   everything from Boost.Range version 1 (Boost versions 1.42 and
- below). Includes the core range functions and metafunctinos, but
+ below). Includes the core range functions and metafunctions, but
                   excludes Range Adaptors and Range Algorithms.
                 </p>
               </td>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk