Color.st
changeset 7620 3b59f3c6764f
parent 7580 1c51d1d76b32
child 7639 78da2ec0985d
--- 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