[Libreoffice-commits] core.git: include/osl

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 14 20:50:43 UTC 2019


 include/osl/socket.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 093f7b4a5a611abaac7fa507d34ed4856d329899
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:25:17 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 14 22:49:49 2019 +0200

    Fix typo
    
    Change-Id: Icbd1d5f76611734e66481f18ec0239d159fea5d6
    Reviewed-on: https://gerrit.libreoffice.org/75592
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/osl/socket.h b/include/osl/socket.h
index a7eda5e9c69f..2357e8c53c01 100644
--- a/include/osl/socket.h
+++ b/include/osl/socket.h
@@ -47,7 +47,7 @@ typedef enum {
 } oslAddrFamily;
 
 /**
-    represent a specific protocol within a address-family
+    represent a specific protocol within an address-family
 */
 typedef enum {
     osl_Socket_ProtocolIp,          /*!< for all af_inet                        */
@@ -834,7 +834,7 @@ SAL_DLLPUBLIC oslSocketResult SAL_CALL osl_setAddrOfSocketAddr(
 /** Returns the addr field in the struct sockaddr.
     @param[in] Addr The socket address from which to extract the ipaddress.
     @param[out] ppByteSeq After the call, *ppByteSeq contains the ipaddress
-                     in network byteorder. *ppByteSeq may be 0 in case of an invalid socket handle.
+                     in network byte order. *ppByteSeq may be 0 in case of an invalid socket handle.
     @retval osl_Socket_Ok
     @retval osl_Socket_Error
  */


More information about the Libreoffice-commits mailing list