AbstractOperatingSystem.st
changeset 20781 bb433fa13791
parent 20676 152dbea0d6d2
child 20871 2e066b1ae899
--- a/AbstractOperatingSystem.st	Fri Nov 04 15:40:58 2016 +0100
+++ b/AbstractOperatingSystem.st	Fri Nov 04 15:49:50 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -4753,7 +4751,7 @@
     "return a string giving the type of system we're running on.
      This is almost the same as getOSType, but the returned string
      is slightly different for some systems (i.e. iris vs. irix).
-     Do not depend on this - use getOSType. I dont really see a point
+     Do not depend on this - use getOSType. I don't really see a point
      here ...
      (except for slight differences between next/mach and other machs)"