diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2023-05-09 09:23:26 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2023-05-09 09:38:07 +0200 |
commit | 9fa24c7ca57665f15dcd1cbe02208bd727e507f7 (patch) | |
tree | 6ec983b831334ec0378e3c8878dd216305122c62 | |
parent | 32fa355d4d3b9945d02acc776a57feb17c2bcc50 (diff) |
Fix "Xwayland" spelling
It's Xwayland, not XWayland.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
-rw-r--r-- | setxkbmap.c | 4 |
1 files 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; |