s/ususally/often/; Refs #6689

[SVN r77343]
This commit is contained in:
Marshall Clow
2012-03-15 18:34:55 +00:00
parent 823e059a0e
commit bca416c177

View File

@ -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>