DialogBox.st
changeset 5591 348344eb6b93
parent 5573 5f1ebaa92793
child 5597 6654cb9875c6
--- a/DialogBox.st	Mon Feb 08 10:05:40 2016 +0100
+++ b/DialogBox.st	Mon Feb 08 10:05:49 2016 +0100
@@ -10019,7 +10019,7 @@
 !
 
 basicAddComponent:aComponent 
-    "add a component, dont change its size"
+    "add a component, don't change its size"
 
     addedComponents isNil ifTrue:[
         addedComponents := OrderedCollection new.