From 028d9aedcd083251fad223e2ceef096de3629d67 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 23 Feb 2012 19:36:45 +0000 Subject: [PATCH] Fix typos; Refs #6596 [SVN r77101] --- include/boost/algorithm/string/find.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/algorithm/string/find.hpp b/include/boost/algorithm/string/find.hpp index 304646d..b4cad3d 100644 --- a/include/boost/algorithm/string/find.hpp +++ b/include/boost/algorithm/string/find.hpp @@ -228,7 +228,7 @@ namespace boost { //! 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 @@ namespace boost { //! 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