DeviceWorkstation.st
changeset 8029 dc0ce36e632c
parent 8022 90e6cabc83da
child 8033 dab7c7bdcaa1
--- a/DeviceWorkstation.st	Wed May 17 16:42:19 2017 +0200
+++ b/DeviceWorkstation.st	Wed May 17 18:29:02 2017 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -948,9 +946,11 @@
     "ST-80 compatibility.
      Return a string describing the display systems platform.
      Returns a dummy here. This must be redefined in concrete
-     Workstation classes, to return somthing like 'X11', 'win32', 'os2' etc."
+     Workstation classes, to return something like 'X11', 'win32', 'os2' etc."
 
     ^ #unknown
+
+    "Modified (comment): / 17-05-2017 / 18:25:06 / mawalch"
 ! !
 
 !DeviceWorkstation class methodsFor:'standalone setup'!