SelectionInListView.st
branchjv
changeset 5808 ed5f9b2098ea
parent 5737 98bc0782ffa1
parent 5779 cddfa7b8e2a5
child 5810 ff31884ac479
--- a/SelectionInListView.st	Fri Jul 01 06:44:43 2016 +0200
+++ b/SelectionInListView.st	Sat Jul 09 21:11:14 2016 +0100
@@ -1694,7 +1694,7 @@
 initialSelectionMessage
     "return the symbol by which the model informes me about a changed
      selectionIndex. This is used both in change notification and to
-     actually aquire a new selection value."
+     actually acquire a new selection value."
 
     ^ initialSelectionMsg
 !
@@ -1702,7 +1702,7 @@
 initialSelectionMessage:aSymbol
     "set the symbol by which the model informes me about a changed
      selectionIndex. This is used both in change notification and to
-     actually aquire a new selection value."
+     actually acquire a new selection value."
 
     initialSelectionMsg := aSymbol
 !