typo
authormawalch
Wed, 27 Jan 2016 16:56:11 +0100
changeset 5573 5f1ebaa92793
parent 5571 b2ec50dc48ca
child 5574 ee569a490272
typo
DialogBox.st
--- a/DialogBox.st	Tue Jan 26 09:54:39 2016 +0100
+++ b/DialogBox.st	Wed Jan 27 16:56:11 2016 +0100
@@ -62,7 +62,7 @@
         the components (in a subclass) or better use the UIPainter.
 
     Compatibility note:
-        For ST-80 compatibility, DialogBox is also accessable under
+        For ST-80 compatibility, DialogBox is also accessible under
         the global named 'Dialog' (which is the name of an ST-80 class,
         providing a very similar protocol).
         This may lead to confusion, if DialogBox is recompiled - you have