#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Thu, 13 Oct 2016 19:17:37 +0200
changeset 7620 3b59f3c6764f
parent 7619 e9c1db29d1f6
child 7621 e6755d298330
#OTHER by cg comment/format in: #documentation
Color.st
--- a/Color.st	Thu Oct 13 16:41:14 2016 +0200
+++ b/Color.st	Thu Oct 13 19:17:37 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -72,7 +70,7 @@
 
     The default algorithm for color allocation is to ask the display for colors as
     new colors are created. When running out of colors, dithered colors will be used,
-    using existing nearest colors and a dither pattern to aproximate the color.
+    using existing nearest colors and a dither pattern to approximate the color.
     There could be situations, where no good colors are available for the dither, leading
     to ugly looking dither colors.
     This can be avoided by preallocating a set of colors over the complete range, which