Changed all user-visible strings from colour to color.
Also, the Windows viewer now accepts arguments with both spellings.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@69 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/PixelFormat.cxx b/rfb/PixelFormat.cxx
index 683b53a..d20be93 100644
--- a/rfb/PixelFormat.cxx
+++ b/rfb/PixelFormat.cxx
@@ -154,7 +154,7 @@
   }
 
   if (!trueColour) {
-    strncat(str, " colour-map", len-1-strlen(str));
+    strncat(str, " color-map", len-1-strlen(str));
     return;
   }