$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r77343 - trunk/libs/algorithm/string/doc
From: marshall_at_[hidden]
Date: 2012-03-15 14:34:56
Author: marshall
Date: 2012-03-15 14:34:55 EDT (Thu, 15 Mar 2012)
New Revision: 77343
URL: http://svn.boost.org/trac/boost/changeset/77343
Log:
s/ususally/often/; Refs #6689
Text files modified: 
   trunk/libs/algorithm/string/doc/usage.xml |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/algorithm/string/doc/usage.xml
==============================================================================
--- trunk/libs/algorithm/string/doc/usage.xml	(original)
+++ trunk/libs/algorithm/string/doc/usage.xml	2012-03-15 14:34:55 EDT (Thu, 15 Mar 2012)
@@ -163,7 +163,7 @@
         <title>Trimming</title>
         
         <para>
-            When parsing the input from a user, strings usually have unwanted leading or trailing 
+            When parsing the input from a user, strings often have unwanted leading or trailing 
             characters. To get rid of them, we need trim functions:
         </para>
         <programlisting>