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>
This commit is contained in:
Julien Nabet 2017-02-03 20:45:24 +01:00
parent aea9eeb159
commit 797d10e177

View File

@ -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;