#OTHER by mawalch
authormawalch
Wed, 09 Nov 2016 16:01:02 +0100
changeset 20953 e84cf4c25b59
parent 20952 7c5123a5f7a8
child 20954 549984fc6991
#OTHER by mawalch typos
Signal.st
--- a/Signal.st	Wed Nov 09 15:24:56 2016 +0100
+++ b/Signal.st	Wed Nov 09 16:01:02 2016 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -40,7 +42,7 @@
 "
     Note:
         The instance based Signal framework is being replaced by class based exceptions.
-        I.e. what used to be instances of Signal/QuerySignal is beeing
+        I.e. what used to be instances of Signal/QuerySignal is being
         rewritten into subclasses of Exception/Error/Query and Warning.
 
         Although the functionality is basically unchanged, the new