Skip to content

Commit d1cd8ba

Browse files
committed
typo in comment
1 parent 5f95c38 commit d1cd8ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/foliatest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3886,7 +3886,7 @@ void edit_test018c(){
38863886
assertEqual( s->stricttext(), "Is het creëren van een volwaardig literair oeuvre voorbehouden aan schrijvers als Couperus, Haasse, of Grunberg?");
38873887
// 3 try to change the text
38883888
assertThrow( s->settext("This MUST fail!" ), InconsistentText );
3889-
// 4 but we may add differnet text in another class
3889+
// 4 but we may add different text in another class
38903890
assertNoThrow( s->settext("And now for something completely different.", "larch" ) );
38913891
// 5 get the text from the children
38923892
// 5a check the text in the 'original' class

0 commit comments

Comments
 (0)