Process.st
branchjv
changeset 20244 20922299fd44
parent 20081 2961b4289773
parent 20230 47a4de3366cf
child 20342 219a5a47e8b1
--- a/Process.st	Thu Aug 11 06:44:08 2016 +0200
+++ b/Process.st	Fri Aug 12 06:44:59 2016 +0200
@@ -58,7 +58,7 @@
     threads - it may, but the actual implementation depends on the underlying
     OS'S features. However, even if implemented as native thread, the ST/X
     kernel makes certain, that only one thread executes at a time (with certain,
-    well-defined exceptions). The reason is that the reqiored locking in the
+    well-defined exceptions). The reason is that the required locking in the
     runtime system would make things slower in most cases.
 
     Processes are typically created by sending #fork or #forkAt: to a block;