From d1cd8bae7d68f0c59e233606f1a606eac870b8ea Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Mon, 12 Jul 2021 13:11:05 +0200 Subject: [PATCH] typo in comment --- src/foliatest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/foliatest.cxx b/src/foliatest.cxx index 98f6b13..4dbd885 100644 --- a/src/foliatest.cxx +++ b/src/foliatest.cxx @@ -3886,7 +3886,7 @@ void edit_test018c(){ assertEqual( s->stricttext(), "Is het creƫren van een volwaardig literair oeuvre voorbehouden aan schrijvers als Couperus, Haasse, of Grunberg?"); // 3 try to change the text assertThrow( s->settext("This MUST fail!" ), InconsistentText ); - // 4 but we may add differnet text in another class + // 4 but we may add different text in another class assertNoThrow( s->settext("And now for something completely different.", "larch" ) ); // 5 get the text from the children // 5a check the text in the 'original' class