Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Jul 12, 2021
1 parent 5f95c38 commit d1cd8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foliatest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1cd8ba

Please sign in to comment.