(svn r23527) -Codechange: unify colo(u)r as far as it goes

This commit is contained in:
rubidium
2011-12-15 22:02:00 +00:00
parent 3d88c74389
commit fd559171b4
4 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ static const CmdStruct _cmd_structs[] = {
{"TINY_FONT", EmitSingleChar, SCC_TINYFONT, 0, C_NONE},
{"BIG_FONT", EmitSingleChar, SCC_BIGFONT, 0, C_NONE},
/* Colors */
/* Colours */
{"BLUE", EmitSingleChar, SCC_BLUE, 0, C_NONE},
{"SILVER", EmitSingleChar, SCC_SILVER, 0, C_NONE},
{"GOLD", EmitSingleChar, SCC_GOLD, 0, C_NONE},