From 9fa24c7ca57665f15dcd1cbe02208bd727e507f7 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 9 May 2023 09:23:26 +0200 Subject: Fix "Xwayland" spelling It's Xwayland, not XWayland. Signed-off-by: Olivier Fourdan --- setxkbmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setxkbmap.c b/setxkbmap.c index bdecd8c..d36ee75 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -1076,7 +1076,7 @@ is_xwayland(void) XRRScreenResources *resources = NULL; XRROutputInfo *output = NULL; - /* There is no definitive way of checking for an XWayland server, + /* There is no definitive way of checking for an Xwayland server, * but the two working methods are: * - RandR output names in Xwayland are XWAYLAND0, XWAYLAND1, etc. * - XI devices are xwayland-pointer:10, xwayland-keyboard:11 @@ -1122,7 +1122,7 @@ main(int argc, char **argv) exit(1); if (is_xwayland()) - ERR("WARNING: Running setxkbmap against an XWayland server\n"); + ERR("WARNING: Running setxkbmap against an Xwayland server\n"); settings.locale.value = setlocale(LC_ALL, settings.locale.value); settings.locale.src = FROM_SERVER; -- cgit v1.2.3