#OTHER by mawalch
authormawalch
Wed, 06 Jul 2016 20:21:58 +0200
changeset 20095 41d97ae1384a
parent 20094 58ebd2ae8adc
child 20096 18e793f4cb78
#OTHER by mawalch Spelling.
GenericException.st
--- 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).