summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-03 20:45:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-03 19:47:03 +0000
commit797d10e1772a7c9b4c96c6da7e5dcec8e3d48914 (patch)
treed34680736331cebdc3a7056796fb0136571395b4 /include/osl
parentaea9eeb15993db82746a31a4e6141e5748e1f1e4 (diff)
Typo: amout->amount
Change-Id: Icd5a2d4156ace852f522df162c4a8da1cf2af5c2 Reviewed-on: https://gerrit.libreoffice.org/33899 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/osl')
-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;