Skip to content

Commit 028d9ae

Browse files
committed
Fix typos; Refs #6596
[SVN r77101]
1 parent dfaea65 commit 028d9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/algorithm/string/find.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ namespace boost {
228228
//! Find head algorithm
229229
/*!
230230
Get the head of the input. Head is a prefix of the string of the
231-
given size. If the input is shorter then required, whole input if considered
231+
given size. If the input is shorter then required, whole input is considered
232232
to be the head.
233233
234234
\param Input An input string
@@ -258,7 +258,7 @@ namespace boost {
258258
//! Find tail algorithm
259259
/*!
260260
Get the tail of the input. Tail is a suffix of the string of the
261-
given size. If the input is shorter then required, whole input if considered
261+
given size. If the input is shorter then required, whole input is considered
262262
to be the tail.
263263
264264
\param Input An input string

0 commit comments

Comments
 (0)