summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/osl/socket_decl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index 760096bab113..98eff4b99005 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -283,7 +283,7 @@ namespace osl
will NOT block; <code>false</code> if it would block or if an error occurred.
@param pTimeout if 0, the operation will block without a timeout. Otherwise
- the specified amout of time.
+ the specified amount of time.
*/
inline bool SAL_CALL isRecvReady(const TimeValue *pTimeout = NULL) const;
@@ -295,7 +295,7 @@ namespace osl
will NOT block; <code>false</code> if it would block or if an error occurred.
@param pTimeout if 0, the operation will block without a timeout. Otherwise
- the specified amout of time.
+ the specified amount of time.
*/
inline bool SAL_CALL isSendReady(const TimeValue *pTimeout = NULL) const;
@@ -310,7 +310,7 @@ namespace osl
an error occurred.
@param pTimeout if 0, the operation will block without a timeout. Otherwise
- the specified amout of time.
+ the specified amount of time.
*/
inline bool SAL_CALL isExceptionPending(const TimeValue *pTimeout = NULL) const;