From: Luca Heltai Date: Wed, 11 Apr 2018 21:46:32 +0000 (+0200) Subject: Fixed typos. X-Git-Tag: v9.0.0-rc1~96^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21646b4ecc25e1b7107b8d8fe9875ba5d4ee703;p=dealii.git Fixed typos. --- diff --git a/include/deal.II/base/patterns.h b/include/deal.II/base/patterns.h index 161c333837..9fe3d0c219 100644 --- a/include/deal.II/base/patterns.h +++ b/include/deal.II/base/patterns.h @@ -1266,7 +1266,7 @@ namespace Patterns }; /** - * A utility function that simplify the convertion to strings of arbitrarily + * A utility function that simplifies the conversion to strings of arbitrarily * complex types. * * This function calls the method Convert::to_string() with the default @@ -1285,7 +1285,7 @@ namespace Patterns std::string to_string(const T &t); /** - * A utility function that simplify the convertion from strings to arbitrary + * A utility function that simplifies the conversion from strings to arbitrary * types. * * This function calls the method Convert::to_value() with the default