diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-09 23:05:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 23:05:56 -0400 |
commit | 5e82db8dc3f10229635d6825fbcfc742740043f2 (patch) | |
tree | 7009cc96079986ae10b6400011f07a099fb2c5a6 /gflib/text.h | |
parent | 677b4fc394516deab5b5c86c94a2a1443cb52151 (diff) | |
parent | 3e725272fc8b8f2ea825783771d54104d1f25e82 (diff) |
Merge pull request #1399 from Kurausukun/graey
Standardize Spelling of "Gray"
Diffstat (limited to 'gflib/text.h')
-rw-r--r-- | gflib/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gflib/text.h b/gflib/text.h index 3e9b4f2ae..5274ad8b5 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -233,8 +233,8 @@ #define TEXT_COLOR_TRANSPARENT 0x0 #define TEXT_COLOR_WHITE 0x1 -#define TEXT_COLOR_DARK_GREY 0x2 -#define TEXT_COLOR_LIGHT_GREY 0x3 +#define TEXT_COLOR_DARK_GRAY 0x2 +#define TEXT_COLOR_LIGHT_GRAY 0x3 #define TEXT_COLOR_RED 0x4 #define TEXT_COLOR_LIGHT_RED 0x5 #define TEXT_COLOR_GREEN 0x6 |