colour->color, behaviour->behavior

These spellings are more common elsewhere in the codebase
This commit is contained in:
Rangi42
2023-11-27 16:02:17 -05:00
parent e1220d6fc6
commit b46aa0f55b
5 changed files with 5 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ void reverse() {
std::vector<std::array<Rgba, 4>> palettes{
{Rgba(0xFFFFFFFF), Rgba(0xAAAAAAFF), Rgba(0x555555FF), Rgba(0x000000FF)}
};
// If a palette file is used as input, it overrides the default colours.
// If a palette file is used as input, it overrides the default colors.
if (options.palettes.has_value()) {
File file;
if (!file.open(*options.palettes, std::ios::in | std::ios::binary)) {