[Libreoffice-commits] core.git: include/osl

Julien Nabet serval2412 at yahoo.fr
Fri Feb 3 19:47:38 UTC 2017


 include/osl/socket_decl.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 797d10e1772a7c9b4c96c6da7e5dcec8e3d48914
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Feb 3 20:45:24 2017 +0100

    Typo: amout->amount
    
    Change-Id: Icd5a2d4156ace852f522df162c4a8da1cf2af5c2
    Reviewed-on: https://gerrit.libreoffice.org/33899
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index 760096b..98eff4b 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;
 


More information about the Libreoffice-commits mailing list