KeyboardProcessor.st
changeset 3695 9da18164cbfa
parent 3537 f53f7e886425
child 3888 72dcf9d128f0
--- a/KeyboardProcessor.st	Thu Jun 02 19:46:30 2016 +0200
+++ b/KeyboardProcessor.st	Mon Jun 06 11:47:47 2016 +0200
@@ -211,7 +211,7 @@
 
 returnAction:aBlock
     "this entry allows for another return action to be installed,
-     to overwrite the default action, which closes a dialog with acccept"
+     to overwrite the default action, which closes a dialog with accept"
 
     returnAction := aBlock.
 !