#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 15:49:50 +0100
changeset 20781 bb433fa13791
parent 20780 db420e657390
child 20782 244d04a859e2
#DOCUMENTATION by cg class: AbstractOperatingSystem comment/format in: #getSystemType
AbstractOperatingSystem.st
--- 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)"