diff options
Diffstat (limited to 'sesman/sig.c')
-rw-r--r-- | sesman/sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sig.c b/sesman/sig.c index 5a62046a..d881515b 100644 --- a/sesman/sig.c +++ b/sesman/sig.c @@ -93,7 +93,7 @@ sig_sesman_reload_cfg(int sig) /* stop logging subsystem */ log_end(); - /* replace old config with new readed one */ + /* replace old config with newly read one */ g_cfg = cfg; g_snprintf(cfg_file, 255, "%s/sesman.ini", XRDP_CFG_PATH); |