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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 17 16:23:26 UTC 2019


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

New commits:
commit a4f99585a8dc0e19a79d9ae76db6ad5260b86228
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 11 22:25:03 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 17 18:22:08 2019 +0200

    Fix typo
    
    Change-Id: I0974986301548cc5cd95dd40403bef0a5a7dd90d
    Reviewed-on: https://gerrit.libreoffice.org/75770
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/rtl/string.h b/include/rtl/string.h
index 17ab629005b3..4996e1d07b4d 100644
--- a/include/rtl/string.h
+++ b/include/rtl/string.h
@@ -1052,7 +1052,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_string_newConcat( rtl_String ** newStr, rtl_Stri
 
     The new string results from replacing a number of characters (count),
     starting at the specified position (index) in the original string (str),
-    with some new substring (subStr).  If subStr is null, than only a number
+    with some new substring (subStr).  If subStr is null, then only a number
     of characters is deleted.
 
     The new string does not necessarily have a reference count of 1, so it


More information about the Libreoffice-commits mailing list