From: Wolfgang Bangerth Date: Tue, 7 Sep 2010 22:24:26 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~5582 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a455072dd196c8935d259f3b1c516604d3db5aeb;p=dealii.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. */