diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-06-21 16:30:15 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-06-21 16:30:15 -0700 |
commit | ae5bb5bf9c26b850bb80725e4748a08b55815002 (patch) | |
tree | 092c552018082c061132efedeb89b6945609f3d7 /sesman | |
parent | 703fedded71700c8b1cc4181ea112828ea5b236b (diff) | |
download | xrdp-proprietary-ae5bb5bf9c26b850bb80725e4748a08b55815002.tar.gz xrdp-proprietary-ae5bb5bf9c26b850bb80725e4748a08b55815002.zip |
Fix incorrect use of "it's" and "its", adjust wording
Diffstat (limited to 'sesman')
-rw-r--r-- | sesman/sessvc/sessvc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/sessvc/sessvc.c b/sesman/sessvc/sessvc.c index dce88d17..3fb80a60 100644 --- a/sesman/sessvc/sessvc.c +++ b/sesman/sessvc/sessvc.c @@ -49,7 +49,7 @@ nil_signal_handler(int sig) } /******************************************************************************/ -/* chansrv can exit at any time without cleaning up, its an xlib app */ +/* chansrv can exit at any time without cleaning up, it's an xlib app */ int APP_CC chansrv_cleanup(int pid) { |