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

New commits:
commit c4bc3822298a663c31c676648262c223c1be4ab6
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Sun Aug 27 15:20:00 2017 +0200

    Fix typos
    
    Change-Id: I3097ef16912f72b59f0759d8826068cbb9b00ec2
    Reviewed-on: https://gerrit.libreoffice.org/41606
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to