From: Luca Heltai Date: Thu, 15 Jun 2017 07:40:44 +0000 (+0200) Subject: Fixed typos. X-Git-Tag: v9.0.0-rc1~1493^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4519%2Fhead;p=dealii.git Fixed typos. --- diff --git a/tests/base/patterns_04.cc b/tests/base/patterns_04.cc index 8201cb28da..77aeb70a03 100644 --- a/tests/base/patterns_04.cc +++ b/tests/base/patterns_04.cc @@ -37,12 +37,12 @@ test(const Patterns::PatternBase &p) AssertThrow(desc == p2->description(), ExcInternalError("Cloned pattern does not have the same " - "description of the original pattern!")); + "description as the original pattern!")); AssertThrow(desc == p3->description(), ExcInternalError("Pattern created using factory " "does not have the same " - "description of the original pattern!")); + "description as the original pattern!")); }