From 797d10e1772a7c9b4c96c6da7e5dcec8e3d48914 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 3 Feb 2017 20:45:24 +0100 Subject: [PATCH] Typo: amout->amount Change-Id: Icd5a2d4156ace852f522df162c4a8da1cf2af5c2 Reviewed-on: https://gerrit.libreoffice.org/33899 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/osl/socket_decl.hxx | 6 +++--- 1 file 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; false 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; false 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;