ClassBuilder.st
changeset 19108 2da542541d8b
parent 18989 2e7fc0e4df9b
child 19127 940613fe6659
child 19530 7d69c2f1aa4a
--- a/ClassBuilder.st	Wed Jan 27 12:41:27 2016 +0100
+++ b/ClassBuilder.st	Wed Jan 27 16:56:04 2016 +0100
@@ -445,7 +445,7 @@
      has to be taken, when changing an existing classes definition. In this
      case, some or all of the methods and subclasses methods have to be
      recompiled.
-     Also, the old class(es) are still kept (but not accessable as a global),
+     Also, the old class(es) are still kept (but not accessible as a global),
      to allow existing instances some life. 
      This might change in the future."