#DOCUMENTATION by mawalch
authormawalch
Wed, 20 Apr 2016 23:14:54 +0200
changeset 19626 b6a5cd1d9e08
parent 19625 699326070cde
child 19627 6facd6946531
child 19635 875eb54afd2c
#DOCUMENTATION by mawalch class: GenericException comment/format in: #handlerBlock s/exeption/exception/g
GenericException.st
--- a/GenericException.st	Wed Apr 20 19:20:15 2016 +0200
+++ b/GenericException.st	Wed Apr 20 23:14:54 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -238,7 +236,7 @@
 !
 
 handlerBlock
-    "Compatibility with Signal. Class based exeptions do not have a handler
+    "Compatibility with Signal. Class based exceptions do not have a handler
      block. They redefine the #action method instead"
 
     ^ nil