diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-11 22:25:03 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-17 18:22:08 +0200 |
commit | a4f99585a8dc0e19a79d9ae76db6ad5260b86228 (patch) | |
tree | b3ed6dc280527dbb2583511560c3948421c309f1 | |
parent | 9db192d6de6ad4fd3b1261b5346f6c8cb28fcf8b (diff) |
Fix typo
Change-Id: I0974986301548cc5cd95dd40403bef0a5a7dd90d
Reviewed-on: https://gerrit.libreoffice.org/75770
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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 |