summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorsadam36 <sadam36@gmail.com>2013-02-24 21:33:12 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-02-25 13:19:12 +0000
commit93a974421208babdb4b2090f92acf4f0c14cc37d (patch)
treed25e117f263d4c62c3a4e75c052a8a7e8e526339 /sal/inc
parent5269589ae4fbe65a7c4e3de3d429bc834348bf79 (diff)
fdo#60724 - change 'charcter' to 'character'
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 <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/rtl/bootstrap.h2
-rw-r--r--sal/inc/rtl/string.h2
-rw-r--r--sal/inc/rtl/string.hxx2
-rw-r--r--sal/inc/rtl/ustring.h2
-rw-r--r--sal/inc/rtl/ustring.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/sal/inc/rtl/bootstrap.h b/sal/inc/rtl/bootstrap.h
index 1b53221ab1b1..76795ba8e566 100644
--- a/sal/inc/rtl/bootstrap.h
+++ b/sal/inc/rtl/bootstrap.h
@@ -71,7 +71,7 @@ extern "C" {
NAMING CONVENTIONS <p>
Naming conventions for names of bootstrap values :
- Names may only include characters, that are allowed charcters for
+ Names may only include characters, that are allowed characters for
environment variables. This excludes '.', ' ', ';', ':' and any non-ascii
character. Names are case insensitive.<p>
diff --git a/sal/inc/rtl/string.h b/sal/inc/rtl/string.h
index b24cc528dc55..6fc834918045 100644
--- a/sal/inc/rtl/string.h
+++ b/sal/inc/rtl/string.h
@@ -1030,7 +1030,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_string_newConcat( rtl_String ** newStr, rtl_Stri
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
diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx
index 1e5aca065843..90544ac879c2 100644
--- a/sal/inc/rtl/string.hxx
+++ b/sal/inc/rtl/string.hxx
@@ -1134,7 +1134,7 @@ public:
@param index the replacing index in str.
The index must be greater or equal as 0 and
less or equal as the length of the string.
- @param count the count of charcters that will replaced
+ @param count the count of characters that will replaced
The count must be greater or equal as 0 and
less or equal as the length of the string minus index.
@param newStr the new substring.
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
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index 1742c354296a..1794bf4c2f42 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -1495,7 +1495,7 @@ public:
@param index the replacing index in str.
The index must be greater than or equal to 0 and
less than or equal to the length of the string.
- @param count the count of charcters that will be replaced
+ @param count the count of characters that will be replaced
The count must be greater than or equal to 0 and
less than or equal to the length of the string minus index.
@param newStr the new substring.