diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-26 11:21:14 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-01-27 08:49:38 +0100 |
commit | 5c0af52feb2a392135489e0c1516cf4566d132cf (patch) | |
tree | 54ec985003678b3e8e19804512ce292fabff20b3 /include/osl | |
parent | 73ded2398e2e99f6604f6b76d4129163fffd462f (diff) |
Fix typos
Change-Id: I8d5a8251a01af7cdf9832d98d8a6573b907f8532
Reviewed-on: https://gerrit.libreoffice.org/48683
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/socket.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/osl/socket.h b/include/osl/socket.h index 36e6b0b35bad..97b0cdf429cf 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -413,7 +413,7 @@ SAL_DLLPUBLIC sal_Int32 SAL_CALL osl_sendToSocket( You can specify a timeout-value in seconds/microseconds that denotes how long the operation will block if the Socket is not ready. - @param Socket the Socket to perfom the operation on. + @param Socket the Socket to perform the operation on. @param pTimeout if NULL, the operation will block without a timeout. @retval sal_True if read operations (recv, recvFrom, accept) on the Socket @@ -428,7 +428,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_isReceiveReady( You can specify a timeout-value in seconds/microseconds that denotes how long the operation will block if the Socket is not ready. - @param Socket the Socket to perfom the operation on. + @param Socket the Socket to perform the operation on. @param pTimeout if NULL, the operation will block without a timeout. Otherwise the time define by timeout value. @@ -444,7 +444,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_isSendReady( You can specify a timeout-value in seconds/microseconds that denotes how long the operation will block if the Socket has no pending OOB data. - @param Socket the Socket to perfom the operation on. + @param Socket the Socket to perform the operation on. @param pTimeout if NULL, the operation will block without a timeout. @retval sal_True if OOB-request operations (recv with appropriate flags) @@ -456,7 +456,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_isExceptionPending( const TimeValue* pTimeout); /** Shuts down communication on a connected socket. - @param[in] Socket the Socket to perfom the operation on. + @param[in] Socket the Socket to perform the operation on. @param[in] Direction @parblock Direction denotes which end of the socket should be closed: @@ -799,7 +799,7 @@ SAL_DLLPUBLIC sal_Int32 SAL_CALL osl_getInetPortOfSocketAddr( /** Sets the Port of Addr. - @param[in] Addr the SocketAddr to perfom the operation on. + @param[in] Addr the SocketAddr to perform the operation on. @param[in] Port is expected in host byte-order. @retval sal_False if Addr is not an inet-addr. */ |