diff options
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. */ |