$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53879 - sandbox/monotonic/libs/monotonic/doc
From: christian.schladetsch_at_[hidden]
Date: 2009-06-13 19:15:00
Author: cschladetsch
Date: 2009-06-13 19:14:59 EDT (Sat, 13 Jun 2009)
New Revision: 53879
URL: http://svn.boost.org/trac/boost/changeset/53879
Log:
typos in dox
Text files modified: 
   sandbox/monotonic/libs/monotonic/doc/index.html |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/monotonic/libs/monotonic/doc/index.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/index.html	(original)
+++ sandbox/monotonic/libs/monotonic/doc/index.html	2009-06-13 19:14:59 EDT (Sat, 13 Jun 2009)
@@ -95,13 +95,13 @@
                 Proposal
             </h2>
             <p>
-                The e source code resides in the boost sandbox.</p>
+                The e <a href="https://svn.boost.org/svn/boost/sandbox/monotonic">source code</ resides in the boost sandbox.</p>
             <p>
-                This is This is a constant-time, stack-based STL-compliant[1] allocator and storage 
+                This is a constant-time, STL-compliant[1] allocator and storage 
                 system with the following 
                 properties:             </p>
             <ul>
-                <li>Space for objects is pre-allocated. This can be on the heap or</strong> 
+                <li>Space for objects is pre-allocated. This can be on the heap oror</strong> 
                     on the stack. </li>
                 <li>Objects are initialised only as required. </li>
                 <li>De-allocDe-allocating an object calls its destructor iff it has one.</li>