diff options
-rw-r--r-- | include/rtl/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |