Boost logo

Boost-Commit :

From: chochlik_at_[hidden]
Date: 2008-04-28 12:12:21


Author: matus.chochlik
Date: 2008-04-28 12:12:20 EDT (Mon, 28 Apr 2008)
New Revision: 44855
URL: http://svn.boost.org/trac/boost/changeset/44855

Log:
Removed some typos in comments and done minor update to documentation.
Text files modified:
   sandbox/mirror/libs/mirror/_Jamroot_sample | 2 +-
   sandbox/mirror/libs/mirror/doc/html/index.html | 2 +-
   sandbox/mirror/libs/mirror/example/registering/virtual_bases.cpp | 2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/mirror/libs/mirror/_Jamroot_sample
==============================================================================
--- sandbox/mirror/libs/mirror/_Jamroot_sample (original)
+++ sandbox/mirror/libs/mirror/_Jamroot_sample 2008-04-28 12:12:20 EDT (Mon, 28 Apr 2008)
@@ -24,7 +24,7 @@
     # <include>/usr/local/include/boost
     #
     # You can optionally set up a new build directory instead of
- # 'bin' in the folder where a Jamfile resided.
+ # 'bin' in the folder where the Jamfile resides.
     # Leaving this uncommented will make bjam build into a directory
     # called _build in the folder where this Jamroot file is.
     : build-dir _build

Modified: sandbox/mirror/libs/mirror/doc/html/index.html
==============================================================================
--- sandbox/mirror/libs/mirror/doc/html/index.html (original)
+++ sandbox/mirror/libs/mirror/doc/html/index.html 2008-04-28 12:12:20 EDT (Mon, 28 Apr 2008)
@@ -3,7 +3,7 @@
                 <TITLE>Mirror C++ Library</TITLE>
         </HEAD>
         <BODY>
- The documentation to mirror library is currently available only as xsl transformed xml files and can be found here (Requires a xslt capable web browser, like IE7, Firefox, and probably others).
+ The documentation to mirror library is currently available only as xsl transformed xml files and can be found here (Requires a xslt capable web browser. Currently only IE6 and newer is known to work without problems).
         </BODY>
 </HTML>
 

Modified: sandbox/mirror/libs/mirror/example/registering/virtual_bases.cpp
==============================================================================
--- sandbox/mirror/libs/mirror/example/registering/virtual_bases.cpp (original)
+++ sandbox/mirror/libs/mirror/example/registering/virtual_bases.cpp 2008-04-28 12:12:20 EDT (Mon, 28 Apr 2008)
@@ -213,7 +213,7 @@
         bcout << meta_T::attributes::size::value << " own member attrib(s)" << endl;
         bcout << meta_T::all_attributes::inherited_size::value << " inherited member attrib(s)" << endl;
         bcout << meta_T::all_attributes::size::value << " member attrib(s)" << endl;
- // execute an functor on all attributes
+ // execute a functor on all attributes
         meta_T::all_attributes::for_each(attrib_printer());
         //
         // The attrbs of H are reflected in the following order


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