Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77101 - trunk/boost/algorithm/string
From: marshall_at_[hidden]
Date: 2012-02-23 14:36:45


Author: marshall
Date: 2012-02-23 14:36:45 EST (Thu, 23 Feb 2012)
New Revision: 77101
URL: http://svn.boost.org/trac/boost/changeset/77101

Log:
Fix typos; Refs #6596
Text files modified:
   trunk/boost/algorithm/string/find.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/algorithm/string/find.hpp
==============================================================================
--- trunk/boost/algorithm/string/find.hpp (original)
+++ trunk/boost/algorithm/string/find.hpp 2012-02-23 14:36:45 EST (Thu, 23 Feb 2012)
@@ -228,7 +228,7 @@
         //! Find head algorithm
         /*!
             Get the head of the input. Head is a prefix of the string of the
- given size. If the input is shorter then required, whole input if considered
+ given size. If the input is shorter then required, whole input is considered
             to be the head.
 
             \param Input An input string
@@ -258,7 +258,7 @@
         //! Find tail algorithm
         /*!
             Get the tail of the input. Tail is a suffix of the string of the
- given size. If the input is shorter then required, whole input if considered
+ given size. If the input is shorter then required, whole input is considered
             to be the tail.
 
             \param Input An input string


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