#OTHER by mawalch
authormawalch
Mon, 15 Aug 2016 12:52:09 +0200
changeset 20260 ae75042cff02
parent 20259 f32b555840f0
child 20261 62a8dfe1c730
#OTHER by mawalch occure -> occur occurence -> occurrence occures -> occurs occured -> occurred
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Mon Aug 15 12:51:58 2016 +0200
+++ b/AbstractOperatingSystem.st	Mon Aug 15 12:52:09 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -3345,7 +3343,7 @@
 
 isFatalSignal:aNumber
    "return true if a signal with number aNumber is a fatal signal,
-    i.e. some severe internal error occured"
+    i.e. some severe internal error occurred"
 
    ^ self subclassResponsibility
 !
@@ -4333,7 +4331,7 @@
 
 isProcessIdPresent:pid
     "answer true, if a process with process id pid is present, false if not.
-     Raise an error, if an exception occures"
+     Raise an error, if an exception occurs"
 
     ^ self subclassResponsibility
 !