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

New commits:
commit 093f7b4a5a611abaac7fa507d34ed4856d329899
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 11 22:25:17 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@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
  */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to