From: bangerth Date: Tue, 7 Sep 2010 22:24:26 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bba5bac3abdb5d7c2bf2de83bbecd5647f28b92;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@21870 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/utilities.h b/deal.II/base/include/base/utilities.h index ee7d56796c..a045cc9cec 100644 --- a/deal.II/base/include/base/utilities.h +++ b/deal.II/base/include/base/utilities.h @@ -112,7 +112,7 @@ namespace Utilities * width characters wide, by breaking at * positions marked by @p delimiter in the text. * If this is not possible, return the shortest - * lines than are longer than @p width. + * lines that are longer than @p width. * The default value of the delimiter is a * space character. */