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

Takeshi Abe tabe at fixedpoint.jp
Mon Aug 3 01:58:57 PDT 2015


 include/rtl/ustring.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69df701742a9c3946e2031488c377c18a5ec4de0
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Aug 3 17:54:45 2015 +0900

    Fix a copy-paste error
    
    Change-Id: Ifabb905819e32cf4db603f3f7bb18e6cc8fdfdcf

diff --git a/include/rtl/ustring.h b/include/rtl/ustring.h
index 2a8cd93..01bcd0e 100644
--- a/include/rtl/ustring.h
+++ b/include/rtl/ustring.h
@@ -1716,7 +1716,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uString_newReplaceAllAsciiL(
     @param to  pointer to the replacing substring; must not be null and must
     point to memory of at least \p toLength ASCII bytes
 
-    @param fromLength  the length of the \p to substring; must be non-negative
+    @param toLength  the length of the \p to substring; must be non-negative
 
     @since LibreOffice 5.1
 */


More information about the Libreoffice-commits mailing list