From: Tobias Leicht Date: Wed, 13 Dec 2006 11:57:02 +0000 (+0000) Subject: fix typo X-Git-Tag: v8.0.0~10753 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b029f6ba73044a35c54b6c9adca1e65be91424;p=dealii.git fix typo git-svn-id: https://svn.dealii.org/trunk@14230 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. */