From bca416c177d6e223c3bcd20b00e8b7bb205fcef4 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 15 Mar 2012 18:34:55 +0000 Subject: [PATCH] s/ususally/often/; Refs #6689 [SVN r77343] --- string/doc/usage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/doc/usage.xml b/string/doc/usage.xml index a30d366..291a525 100644 --- a/string/doc/usage.xml +++ b/string/doc/usage.xml @@ -163,7 +163,7 @@ Trimming - 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: