summaryrefslogtreecommitdiff
path: root/daemon/gdm-x-session.c
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-09-14 19:10:35 +0000
committerOlav Vitters <olav@vitters.nl>2020-09-29 10:48:40 +0000
commit46347830910c4be06a7e1135ea66e0c54ec69589 (patch)
tree8eeb0d8695c60455c3745ac2322db8dfe4a9a35e /daemon/gdm-x-session.c
parent265b152f7a861946e0281e681bb02341b06af1a2 (diff)
downloadgdm-46347830910c4be06a7e1135ea66e0c54ec69589.tar.gz
Correct a typo in gdm-x-session.c
Diffstat (limited to 'daemon/gdm-x-session.c')
-rw-r--r--daemon/gdm-x-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-x-session.c b/daemon/gdm-x-session.c
index f0082fdc..b1548361 100644
--- a/daemon/gdm-x-session.c
+++ b/daemon/gdm-x-session.c
@@ -256,7 +256,7 @@ spawn_x_server (State *state,
g_ptr_array_add (arguments, auth_file);
/* If we were compiled with Xserver >= 1.17 we need to specify
- * '-listen tcp' as the X server dosen't listen on tcp sockets
+ * '-listen tcp' as the X server doesn't listen on tcp sockets
* by default anymore. In older versions we need to pass
* -nolisten tcp to disable listening on tcp sockets.
*/