PopUpList.st
changeset 5781 df53f4aa2dc7
parent 5631 d5c75a9c8543
child 5819 ef8ff5a9d801
--- a/PopUpList.st	Thu Jul 07 20:22:08 2016 +0200
+++ b/PopUpList.st	Thu Jul 07 20:22:10 2016 +0200
@@ -52,7 +52,7 @@
     If a model is provided, it should return the current selected items index via the 
     aspectMessage (default is #selection or: #selectionIndex, depending on the setting 
     of useIndex) and the list via the listMessage (default is #list).
-    If the listMessage was set to nil, the list is not aquired from the model
+    If the listMessage was set to nil, the list is not acquired from the model
     and can be set explicitely via #list:.
 
     The defaults are set to allow a PopUpList to be used with a SelectionInList 
@@ -63,7 +63,7 @@
 
     If a listHolder is set, this one is always asked for the list instead of the
     model, via the #value message. 
-    This allows the popUpListView to aquire the list and value from different places.
+    This allows the popUpListView to acquire the list and value from different places.
 
 
     Notice: PopUpList and ComboListView provide a similar protocol and functionality.
@@ -84,7 +84,7 @@
                                         with useIndex:true and a selectionInList model.
                                         (set the changeMessage to #selectionIndex: then)
 
-        listMsg              <Symbol>   message to aquire a new list from the
+        listMsg              <Symbol>   message to acquire a new list from the
                                         model. Default is #list.