GenericException.st
changeset 20095 41d97ae1384a
parent 20089 2468c0711e9a
child 20131 4118d61ddba0
child 20186 1e8814a54967
--- a/GenericException.st	Wed Jul 06 20:21:57 2016 +0200
+++ b/GenericException.st	Wed Jul 06 20:21:58 2016 +0200
@@ -54,7 +54,7 @@
         Although the functionality is basically unchanged, the new
         class based exceptions are easier to instantiate (no need for
         creation in a classes initialize method), easier to use (no real
-        need for SIgnal-constant accessors) and allow for easier parameter
+        need for Signal-constant accessors) and allow for easier parameter
         passing (not only a single parameter, but allows for individual
         exception subclasses to add additional state).