Revert "corrections" of "colour" to "color", makes style inconsistent though :(

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-05-08 18:01:15 +02:00
parent 953b2990ce
commit c6bcbeab2f

View file

@ -236,7 +236,7 @@ int main(int argc, char *argv[])
printf("Failed to load cursor\n");
}
// Get window dimensions and color depth
// Get window dimensions and colour depth
int windowWidth;
int windowHeight;
int colourDepth;
@ -283,7 +283,7 @@ int main(int argc, char *argv[])
if (gWindow)
{
// Set color depth
// Set colour depth
switch (config.display_mode)
{
case 0: