#OTHER by mawalch
authormawalch
Mon, 15 Aug 2016 12:52:49 +0200
changeset 20266 db7ad9651afb
parent 20265 264c329000a5
child 20267 2f7863ac4188
#OTHER by mawalch occure -> occur occurence -> occurrence occures -> occurs occured -> occurred
Signal.st
--- a/Signal.st	Mon Aug 15 12:52:45 2016 +0200
+++ b/Signal.st	Mon Aug 15 12:52:49 2016 +0200
@@ -823,7 +823,7 @@
      If the receiver-signal is raised during evaluation, abort
      the evaluation and return true; otherwise return false.
      This is the catch & throw mechanism found in other languages,
-     where the returned value indicates if an exception occured."
+     where the returned value indicates if an exception occurred."
 
     |raiseOccurred|
 
@@ -833,7 +833,7 @@
 
     "
      Object messageNotUnderstoodSignal catch:[
-	123 size open
+        123 size open
      ]
     "
 !