Kaydet (Commit) 797d10e1 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: amout->amount

Change-Id: Icd5a2d4156ace852f522df162c4a8da1cf2af5c2
Reviewed-on: https://gerrit.libreoffice.org/33899Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst aea9eeb1
...@@ -283,7 +283,7 @@ namespace osl ...@@ -283,7 +283,7 @@ namespace osl
will NOT block; <code>false</code> if it would block or if an error occurred. 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 @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; inline bool SAL_CALL isRecvReady(const TimeValue *pTimeout = NULL) const;
...@@ -295,7 +295,7 @@ namespace osl ...@@ -295,7 +295,7 @@ namespace osl
will NOT block; <code>false</code> if it would block or if an error occurred. 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 @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; inline bool SAL_CALL isSendReady(const TimeValue *pTimeout = NULL) const;
...@@ -310,7 +310,7 @@ namespace osl ...@@ -310,7 +310,7 @@ namespace osl
an error occurred. an error occurred.
@param pTimeout if 0, the operation will block without a timeout. Otherwise @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; inline bool SAL_CALL isExceptionPending(const TimeValue *pTimeout = NULL) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment