GenericException.st
changeset 15101 7d5920efeb41
parent 15065 c39a6976aec7
child 15123 aa1c95f7808c
child 18045 c0c600e0d3b3
--- a/GenericException.st	Wed Apr 17 12:37:35 2013 +0200
+++ b/GenericException.st	Wed Apr 17 20:22:11 2013 +0200
@@ -173,7 +173,7 @@
 
 initialize
     NotifierString := 'unknown exception'.
-    StrictRaising := false.     "set to true to check weather a signal may be raised proceedable"
+    StrictRaising := false.     "set to true to check whether a signal may be raised proceedable"
 
     "Modified: / 04-08-1999 / 09:06:26 / stefan"
     "Modified: / 17-11-2010 / 17:53:13 / cg"
@@ -2309,11 +2309,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.135 2013-04-04 10:10:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.136 2013-04-17 18:22:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.135 2013-04-04 10:10:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.136 2013-04-17 18:22:11 cg Exp $'
 ! !