Signal.st
changeset 20266 db7ad9651afb
parent 20091 386d81725b8f
child 20342 219a5a47e8b1
child 20427 0f3f9a156d0d
--- 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
      ]
     "
 !