DeviceWorkstation.st
changeset 1957 631446af1f9d
parent 1926 e0966ecc8766
child 1961 5e75ffd7a09c
--- a/DeviceWorkstation.st	Sat Nov 15 14:40:12 1997 +0100
+++ b/DeviceWorkstation.st	Sat Nov 15 19:15:21 1997 +0100
@@ -1695,7 +1695,7 @@
     "return true, if this device supports 3D GL drawing.
      We do not depend on that being implemented."
 
-    "This method should to be reimplemented in concrete display classes."
+    "This method should be reimplemented in concrete display classes."
     ^ false
 
     "
@@ -5800,6 +5800,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.242 1997-10-15 17:44:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.243 1997-11-15 18:15:21 cg Exp $'
 ! !
 DeviceWorkstation initialize!