From cefce3431921bc973301780fd5f1408968dce15e Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Thu, 15 Jun 2017 09:40:44 +0200 Subject: [PATCH] Fixed typos. --- tests/base/patterns_04.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!")); } -- 2.39.5