From a455072dd196c8935d259f3b1c516604d3db5aeb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 7 Sep 2010 22:24:26 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@21870 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/utilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5