From 36726bb3491f996393ba480d4c391ea2f2b3641f Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 9 Nov 2020 07:42:59 +1100 Subject: [PATCH] [client] egl: fixed typo --- client/renderers/EGL/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/renderers/EGL/egl.c b/client/renderers/EGL/egl.c index 7b0dd052..e2e8ea11 100644 --- a/client/renderers/EGL/egl.c +++ b/client/renderers/EGL/egl.c @@ -137,7 +137,7 @@ static struct Option egl_options[] = { .module = "egl", .name = "cbMode", - .description = "Colorblind Mode (0 = Off, 1 = Protanope, 2 = Deuteranope, 3 = Tritanope)", + .description = "Color Blind Mode (0 = Off, 1 = Protanope, 2 = Deuteranope, 3 = Tritanope)", .type = OPTION_TYPE_INT, .value.x_int = 0 },