DialogBox.st
changeset 5573 5f1ebaa92793
parent 5558 1f88342b4dd9
child 5591 348344eb6b93
--- 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