diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-27 15:20:00 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-08-27 19:48:10 +0200 |
commit | c4bc3822298a663c31c676648262c223c1be4ab6 (patch) | |
tree | 4183f99e640f92e257803795e9238381e3b779c2 /include/osl | |
parent | 0876a6f05d78b9754005f8bd70f79386b44a7813 (diff) |
Fix typos
Change-Id: I3097ef16912f72b59f0759d8826068cbb9b00ec2
Reviewed-on: https://gerrit.libreoffice.org/41606
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/socket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/socket.h b/include/osl/socket.h index 1cf3d34c94d2..0757270c2cc8 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -74,7 +74,7 @@ typedef enum { sockets */ osl_Socket_TypeSeqPacket, /*!< connection-oriented and reliable two-way transport of ordered byte - steams */ + streams */ osl_Socket_TypeInvalid, /*!< always last entry in enum */ osl_Socket_Type_FORCE_EQUAL_SIZE = SAL_MAX_ENUM } oslSocketType; @@ -87,11 +87,11 @@ typedef enum { osl_Socket_OptionDebug, /*!< record debugging info */ osl_Socket_OptionAcceptConn, /*!< listen for connection */ osl_Socket_OptionReuseAddr, /*!< bind to address already in use */ - osl_Socket_OptionKeepAlive, /*!< use keep-alives */ + osl_Socket_OptionKeepAlive, /*!< use keep-alive */ osl_Socket_OptionDontRoute, /*!< do not route packet, send direct to interface addresses */ osl_Socket_OptionBroadcast, /*!< send broadcast message */ - osl_Socket_OptionUseLoopback, /*!< socket recieves copy of everything + osl_Socket_OptionUseLoopback, /*!< socket receives copy of everything sent on the socket */ osl_Socket_OptionLinger, /*!< don't immediately close - "linger" a while to allow for graceful |