From c076c89459a36de134101abc1d0dae29df5c2f0b Mon Sep 17 00:00:00 2001 From: leicht Date: Wed, 13 Dec 2006 11:57:02 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.dealii.org/trunk@14230 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 5882c54fbe..422d07e2b6 100644 --- a/deal.II/base/include/base/utilities.h +++ b/deal.II/base/include/base/utilities.h @@ -105,7 +105,7 @@ namespace Utilities const char delimiter = ' '); /** - * Teturn true if the given pattern + * Return true if the given pattern * string appears in the first * position of the string. */ -- 2.39.5