RecursionLock.st
changeset 20385 f8655a0e0503
parent 20190 b3da2cd21ad5
child 20398 8cb53f870d39
child 20734 52db398ec2e0
--- a/RecursionLock.st	Wed Sep 14 08:54:18 2016 +0200
+++ b/RecursionLock.st	Wed Sep 14 11:49:54 2016 +0200
@@ -320,7 +320,7 @@
 wait
     "wait, but do not block,
      if this lock is already held by the current process.
-     Answer false, if alread locked, true if lock has been just acquired."
+     Answer false, if already locked, true if lock has been just acquired."
 
     |active wasBlocked|