From 93a974421208babdb4b2090f92acf4f0c14cc37d Mon Sep 17 00:00:00 2001 From: sadam36 Date: Sun, 24 Feb 2013 21:33:12 +0100 Subject: fdo#60724 - change 'charcter' to 'character' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed all occurrences of 'charcter' found by git grep. All of them were used in comments only, so it should not break anything. Change-Id: Ief2c00d929ae7972c55a4920fc0eaa8d6b18ab82 Reviewed-on: https://gerrit.libreoffice.org/2372 Reviewed-by: Björn Michaelsen Tested-by: Björn Michaelsen --- sal/inc/rtl/ustring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/inc/rtl/ustring.h') diff --git a/sal/inc/rtl/ustring.h b/sal/inc/rtl/ustring.h index 35be5fed1e8a..23ea47ae03d4 100644 --- a/sal/inc/rtl/ustring.h +++ b/sal/inc/rtl/ustring.h @@ -1435,7 +1435,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uString_newConcat( the length of str, inclusive. @param count - the number of charcters to remove. Must not be negative, and the sum of + the number of characters to remove. Must not be negative, and the sum of index and count must not exceed the length of str. @param subStr -- cgit