SharedQueue.st
changeset 4034 fe1516505f8e
parent 3858 baba8974a90d
child 4063 4494f18b967d
--- a/SharedQueue.st	Mon Aug 15 12:51:38 2016 +0200
+++ b/SharedQueue.st	Mon Aug 15 12:52:27 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -289,7 +287,7 @@
 !
 
 readWaitWithTimeoutMs:ms
-    "Return true if a timeout occured (i.e. false, if data is available)."
+    "Return true if a timeout occurred (i.e. false, if data is available)."
 
     ^ (dataAvailable waitUncountedWithTimeoutMs:ms) isNil.
 !