diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-01-02 15:51:30 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-02 20:23:51 +0000 |
commit | 3a2b1af87d629a780f0e98559fb8b409378a80c7 (patch) | |
tree | ecf27171a38a2d6d4b05b4acd42e8e98b7f7d70a /include/osl | |
parent | d7794d2584cd5d476b011b5344c77ad59c179c58 (diff) |
Fix simple typos.
Change-Id: I1fdbe47ed7a6e05d2cf20f4c296bffad4bbc6599
Reviewed-on: https://gerrit.libreoffice.org/13719
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/mutex.hxx | 2 | ||||
-rw-r--r-- | include/osl/socket.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/mutex.hxx b/include/osl/mutex.hxx index ca8c19018fd2..4722cd6a3758 100644 --- a/include/osl/mutex.hxx +++ b/include/osl/mutex.hxx @@ -221,7 +221,7 @@ namespace osl pResetT( &rT ) {} - /** Re-aquires the mutex or interface. + /** Re-acquires the mutex or interface. */ void reset() { diff --git a/include/osl/socket.h b/include/osl/socket.h index dc958ef654b1..54840fafee6d 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -427,7 +427,7 @@ SAL_DLLPUBLIC oslSocket SAL_CALL osl_createSocket( /** Retrieves the Address of the local end of the socket. Note that a socket must be bound or connected before - a vaild address can be returned. + a valid address can be returned. @return 0 if socket-address could not be created, otherwise you get the created Socket-Address. */ @@ -435,7 +435,7 @@ SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_getLocalAddrOfSocket(oslSocket Socket); /** Retrieves the Address of the remote end of the socket. Note that a socket must be connected before - a vaild address can be returned. + a valid address can be returned. @return 0 if socket-address could not be created, otherwise you get the created Socket-Address. */ |