settings: Fix spelling of endianness

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2813>
This commit is contained in:
Anders Jonsson
2023-01-29 17:37:43 +01:00
parent b6e38c4b45
commit 0d6b0fc165
2 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ struct _MetaSettings
/* A bitmask of MetaXwaylandExtension enum */
int xwayland_disable_extensions;
/* Whether Xwayland should allow X11 clients from different endianess */
/* Whether Xwayland should allow X11 clients from different endianness */
gboolean xwayland_allow_byte_swapped_clients;
};