diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2016-02-13 20:41:07 -0800 |
|---|---|---|
| committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-13 20:41:07 -0800 |
| commit | 92a6833e9b808301bb3435bc1290f4b8d6242be5 (patch) | |
| tree | 98b1175dafcc2d3177fce02b91b77a6f6eb1e620 /sesman/chansrv/xcommon.c | |
| parent | afa6ec97cc90ce45086df13ca7a5914a28175820 (diff) | |
| download | xrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.tar.gz xrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.zip | |
Fix typos
Diffstat (limited to 'sesman/chansrv/xcommon.c')
| -rw-r--r-- | sesman/chansrv/xcommon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/chansrv/xcommon.c b/sesman/chansrv/xcommon.c index 919bc41b..d6d2d4b4 100644 --- a/sesman/chansrv/xcommon.c +++ b/sesman/chansrv/xcommon.c @@ -70,8 +70,8 @@ xcommon_fatal_handler(Display *dis) } /*****************************************************************************/ -/* returns time in miliseconds - this is like g_time2 in os_calls, but not miliseconds since machine was +/* returns time in milliseconds + this is like g_time2 in os_calls, but not milliseconds since machine was up, something else this is a time value similar to what the xserver uses */ int APP_CC |
