#DOCUMENTATION by mawalch
authormawalch
Thu, 29 Sep 2016 15:21:24 +0200
changeset 7592 e50263f9750d
parent 7591 bce664b396f0
child 7593 08e1e5e86005
child 7599 84f6853ec60d
#DOCUMENTATION by mawalch class: DeviceWorkstation comment/format in: #monitorType: typo
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Thu Sep 29 12:20:16 2016 +0200
+++ b/DeviceWorkstation.st	Thu Sep 29 15:21:24 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -2211,7 +2209,7 @@
 !
 
 monitorType:aSymbol
-    "set the monitorType - see comment in DeviceWorkstation>>montorType"
+    "set the monitorType - see comment in DeviceWorkstation>>monitorType"
 
     monitorType := aSymbol
 !