diff options
author | Yan Huang <huangyan1987@gmail.com> | 2018-05-17 13:05:45 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2018-05-17 13:07:09 -0400 |
commit | b0443336f0474529938a8c7988ba1d39d88b7fd1 (patch) | |
tree | afc5dec5a8c90b01f2f9eae60304daa2aa0e6e9e /data | |
parent | 354ee7e0987a0f23b148a8a857e20cdcae4d5bdc (diff) | |
download | gdm-b0443336f0474529938a8c7988ba1d39d88b7fd1.tar.gz |
data: correct typo in comment
gdm.conf-custom.in has a comment explaining how to disable wayland and
force Xorg.
That comment misspells the word "Uncomment".
This commit corrects the spelling.
https://bugzilla.gnome.org/show_bug.cgi?id=795825
Diffstat (limited to 'data')
-rw-r--r-- | data/gdm.conf-custom.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/gdm.conf-custom.in b/data/gdm.conf-custom.in index 67ebca39..9b63ba95 100644 --- a/data/gdm.conf-custom.in +++ b/data/gdm.conf-custom.in @@ -1,7 +1,7 @@ # GDM configuration storage [daemon] -# Uncoment the line below to force the login screen to use Xorg +# Uncomment the line below to force the login screen to use Xorg #WaylandEnable=false [security] |