#DOCUMENTATION
authormatilk
Thu, 10 Mar 2016 17:13:51 +0100
changeset 5607 15954ba676b8
parent 5605 65f49fc215d5
child 5608 01b36024c2cc
child 5609 62adb914a9dd
#DOCUMENTATION class: EnterBox comment/format in: #request: typo
EnterBox.st
--- a/EnterBox.st	Wed Mar 09 23:22:43 2016 +0100
+++ b/EnterBox.st	Thu Mar 10 17:13:51 2016 +0100
@@ -297,7 +297,7 @@
 
 request:aTitle
     "create and show an enterBox asking for aTitle.
-     Return the enterred string or an empty string (if abort was pressed).
+     Return the entered string or an empty string (if abort was pressed).
      The string may be empty, in case return was pressed immediately."
 
     ^ self new request:aTitle
@@ -725,10 +725,10 @@
 !EnterBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.74 2015-03-24 15:24:10 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.74 2015-03-24 15:24:10 cg Exp $'
+    ^ '$Header$'
 ! !