WindowSensor.st
changeset 8031 0b880df49837
parent 7992 449abf3b7d08
child 8054 733fa6daa9bb
--- a/WindowSensor.st	Thu May 18 03:36:04 2017 +0000
+++ b/WindowSensor.st	Mon May 22 12:44:08 2017 +0200
@@ -2630,10 +2630,12 @@
 pushAction:aBlock
     "enqueue an action into my event queue.
      The underlying window process will evaluate aBlock in its event loop
-     (i.e. syncronously). Use this to present the result of an asyncronous background
+     (i.e. synchronously). Use this to present the result of an asynchronous background
      computation"
 
-     self pushUserEvent:#value for:aBlock withArguments:#() 
+     self pushUserEvent:#value for:aBlock withArguments:#()
+
+    "Modified (comment): / 22-05-2017 / 12:09:24 / mawalch"
 !
 
 pushUserEvent:aSelector for:aView