Kaydet (Commit) c4bc3822 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Adolfo Jayme Barrientos

Fix typos

Change-Id: I3097ef16912f72b59f0759d8826068cbb9b00ec2
Reviewed-on: https://gerrit.libreoffice.org/41606Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst 0876a6f0
...@@ -74,7 +74,7 @@ typedef enum { ...@@ -74,7 +74,7 @@ typedef enum {
sockets */ sockets */
osl_Socket_TypeSeqPacket, /*!< connection-oriented and reliable osl_Socket_TypeSeqPacket, /*!< connection-oriented and reliable
two-way transport of ordered byte two-way transport of ordered byte
steams */ streams */
osl_Socket_TypeInvalid, /*!< always last entry in enum */ osl_Socket_TypeInvalid, /*!< always last entry in enum */
osl_Socket_Type_FORCE_EQUAL_SIZE = SAL_MAX_ENUM osl_Socket_Type_FORCE_EQUAL_SIZE = SAL_MAX_ENUM
} oslSocketType; } oslSocketType;
...@@ -87,11 +87,11 @@ typedef enum { ...@@ -87,11 +87,11 @@ typedef enum {
osl_Socket_OptionDebug, /*!< record debugging info */ osl_Socket_OptionDebug, /*!< record debugging info */
osl_Socket_OptionAcceptConn, /*!< listen for connection */ osl_Socket_OptionAcceptConn, /*!< listen for connection */
osl_Socket_OptionReuseAddr, /*!< bind to address already in use */ 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 osl_Socket_OptionDontRoute, /*!< do not route packet, send direct to
interface addresses */ interface addresses */
osl_Socket_OptionBroadcast, /*!< send broadcast message */ 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 */ sent on the socket */
osl_Socket_OptionLinger, /*!< don't immediately close - "linger" osl_Socket_OptionLinger, /*!< don't immediately close - "linger"
a while to allow for graceful a while to allow for graceful
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment