summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2017-07-12 15:56:40 +0900
committermetalefty <meta@vmeta.jp>2017-07-13 13:41:26 +0900
commit858e6149f087f6cca6816a61e1a97cd01bc08427 (patch)
treead00d1fd53cbfa0e6256e239407865022fba27e4 /sesman
parent6f8eacd72b09369be0ae728466b5dc8a227f0c5b (diff)
downloadxrdp-proprietary-858e6149f087f6cca6816a61e1a97cd01bc08427.tar.gz
xrdp-proprietary-858e6149f087f6cca6816a61e1a97cd01bc08427.zip
fix typo
Diffstat (limited to 'sesman')
-rw-r--r--sesman/sesman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 29037f0c..98346ea8 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -420,7 +420,7 @@ main(int argc, char **argv)
/* make sure the socket directory exists */
g_mk_temp_dir("xrdp-sesman");
- /* make sure the /tmp/.X11-unix directory exist */
+ /* make sure the /tmp/.X11-unix directory exists */
if (!g_directory_exist("/tmp/.X11-unix"))
{
if (!g_create_dir("/tmp/.X11-unix"))