fix spelling error
authorStefan Vogel <sv@exept.de>
Fri, 12 Dec 2003 20:38:23 +0100
changeset 7808 824d0e2a3f5c
parent 7807 da43f0f7237e
child 7809 c5f353b2135a
fix spelling error
GenericException.st
--- a/GenericException.st	Wed Dec 10 09:59:00 2003 +0100
+++ b/GenericException.st	Fri Dec 12 20:38:23 2003 +0100
@@ -1447,7 +1447,7 @@
 !
 
 messageText
-    "return the explicit given messageText - nil, if signaller did not provide one."
+    "return the explicit given messageText - nil, if signaler did not provide one."
 
     ^ errorString
 !
@@ -2319,7 +2319,7 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.81 2003-11-17 19:08:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.82 2003-12-12 19:38:23 stefan Exp $'
 ! !
 
 GenericException initialize!