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 /common | |
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 'common')
-rw-r--r-- | common/os_calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/os_calls.c b/common/os_calls.c index dbef8da6..8ce5c25a 100644 --- a/common/os_calls.c +++ b/common/os_calls.c @@ -399,7 +399,7 @@ g_tcp_set_keepalive(int sck) /*****************************************************************************/ /* returns a newly created socket or -1 on error */ -/* in win32 a socket is an unsigned int, in linux, its an int */ +/* in win32 a socket is an unsigned int, in linux, it's an int */ int APP_CC g_tcp_socket(void) { |