Boost logo

Boost-Commit :

From: ramey_at_[hidden]
Date: 2008-03-24 11:46:44


Author: ramey
Date: 2008-03-24 11:46:43 EDT (Mon, 24 Mar 2008)
New Revision: 43826
URL: http://svn.boost.org/trac/boost/changeset/43826

Log:
fixed minor typo
Text files modified:
   trunk/libs/serialization/doc/archive_reference.html | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/serialization/doc/archive_reference.html
==============================================================================
--- trunk/libs/serialization/doc/archive_reference.html (original)
+++ trunk/libs/serialization/doc/archive_reference.html 2008-03-24 11:46:43 EDT (Mon, 24 Mar 2008)
@@ -67,7 +67,7 @@
 <dt><h4><code>void load(T &t);</code></h4></dt>
 <dd>
 This function must be implemented for all primitive data types. This can be
-accomplished through the use of a member template or explict declarations
+accomplished through the use of a member template or explicit declarations
 for all primitive types.
 </dd>
 
@@ -153,7 +153,7 @@
 <dd>
 <strong>Default</strong>:Does nothing.<br>
 <strong>Purpose</strong>:Called <strong>each time</strong> user data is saved.
-Its not called when archive book keeping data is saved. This is used by XML archives
+It's not called when archive book keeping data is saved. This is used by XML archives
 to determine when to inject a "&gt;" character at end of XML header. XML output archives
 keep their own internal flag indicating that data being written is header data. This
 internal flag is reset when an object start tag is written. When


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