#OTHER by mawalch
authormawalch
Wed, 06 Jul 2016 16:39:05 +0200
changeset 20090 2fecd6f6a1b1
parent 20089 2468c0711e9a
child 20091 386d81725b8f
#OTHER by mawalch spelling
ArithmeticValue.st
--- a/ArithmeticValue.st	Wed Jul 06 16:38:51 2016 +0200
+++ b/ArithmeticValue.st	Wed Jul 06 16:39:05 2016 +0200
@@ -144,7 +144,7 @@
     "/ however, for backward compatibility, the class variables
     "/ referring to those are kept for a while, for subclass compatibility.
     "/ Please convert your code to access those via the Signal-constants class
-    "/ messages (accesors) instead of referring to the class variables.
+    "/ messages (accessors) instead of referring to the class variables.
 
     ArithmeticSignal := ArithmeticError.
     DomainErrorSignal := DomainError.