Signal.st
changeset 20427 0f3f9a156d0d
parent 20266 db7ad9651afb
child 20578 39641ba8d6e0
child 20820 01811b77f67f
--- a/Signal.st	Thu Sep 22 15:17:29 2016 +0200
+++ b/Signal.st	Thu Sep 22 15:17:45 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -153,7 +155,7 @@
 !Signal class methodsFor:'Signal constants'!
 
 genericSignal
-    "return the generic signal - thats the parent of all signals
+    "return the generic signal - that's the parent of all signals
      in the system."
 
     ^ GenericException
@@ -269,7 +271,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.
 !