From d21646b4ecc25e1b7107b8d8fe9875ba5d4ee703 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Wed, 11 Apr 2018 23:46:32 +0200 Subject: [PATCH] Fixed typos. --- include/deal.II/base/patterns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5