diff -r dc0f91c47688 -r 9442c5afd845 GenericException.st --- a/GenericException.st Thu Sep 22 15:11:35 2016 +0200 +++ b/GenericException.st Thu Sep 22 15:11:47 2016 +0200 @@ -224,7 +224,6 @@ self raiseErrorString:messageText ! ! - !GenericException class methodsFor:'accessing'! errorString @@ -1357,7 +1356,7 @@ originalSignal "return the signal/exception which was originally raised. - For noHandler, that is my unhandled signal; for others, thats the exception itself." + For noHandler, that is my unhandled signal; for others, that's the exception itself." ^ self. !