2002/css-validator/org/w3c/css/values CssColorConstants.java,1.5,1.6

Update of /sources/public/2002/css-validator/org/w3c/css/values
In directory hutz:/tmp/cvs-serv8098

Modified Files:
	CssColorConstants.java 
Log Message:
Fixing typo on the spelling of "fuchsia" 



Index: CssColorConstants.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/values/CssColorConstants.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- CssColorConstants.java	14 Sep 2005 15:15:33 -0000	1.5
+++ CssColorConstants.java	3 Jan 2007 18:35:23 -0000	1.6
@@ -18,11 +18,11 @@
    * All named colors.
    */
   public static final String[] COLORNAME = {
-    "aqua", "black", "blue", "fushia", "gray", "green", "lime", "maroon",
+    "aqua", "black", "blue", "fuchsia", "gray", "green", "lime", "maroon",
     "navy", "olive", "purple", "red", "silver", "teal", "white", "yellow" };
 
   public static final String[] COLORNAME_CSS21 = {
-      "aqua", "black", "blue", "fushia", "gray", "green", "lime", "maroon",
+      "aqua", "black", "blue", "fuchsia", "gray", "green", "lime", "maroon",
       "navy", "olive", "orange", "purple", "red", "silver", "teal", "white",
       "yellow" };
 

Received on Wednesday, 3 January 2007 18:35:43 UTC