diff options
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/strgen_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/strgen_tables.h b/src/table/strgen_tables.h index 12c9e17e4..ba852ed60 100644 --- a/src/table/strgen_tables.h +++ b/src/table/strgen_tables.h @@ -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}, |