From 671709b6786091411229eaca289f8437b0cdf08e Mon Sep 17 00:00:00 2001
From: Gregg King <smokedart@gmail.com>
Date: Sun, 24 Feb 2013 02:59:44 -0400
Subject: [PATCH] Fixed spelling mistake; characters to characters.

Change-Id: I68faa9874c0e822d3f28fa9bbfcf9a6024fcefe1
---
 autodoc/inc/ary/qualiname.hxx                   | 2 +-
 editeng/inc/editeng/svxacorr.hxx                | 2 +-
 sal/inc/rtl/bootstrap.h                         | 2 +-
 sal/inc/rtl/string.h                            | 2 +-
 sal/inc/rtl/string.hxx                          | 2 +-
 sal/inc/rtl/ustring.h                           | 2 +-
 sal/inc/rtl/ustring.hxx                         | 2 +-
 starmath/source/rect.cxx                        | 2 +-
 sw/source/ui/lingu/hhcwrp.cxx                   | 2 +-
 unotools/inc/unotools/digitgroupingiterator.hxx | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/autodoc/inc/ary/qualiname.hxx b/autodoc/inc/ary/qualiname.hxx
index 1c1e206..8625161 100644
--- a/autodoc/inc/ary/qualiname.hxx
+++ b/autodoc/inc/ary/qualiname.hxx
@@ -60,7 +60,7 @@ class QualifiedName
                             bool                i_bAbsolute )
                                                 { Empty(); bIsAbsolute = i_bAbsolute; }
     /** Reads a qualified name from a string.
-        If the last two charcters are "()", the inquiry IsFunction() will return
+        If the last two characters are "()", the inquiry IsFunction() will return
         true.
     */
     void                AssignText(
diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx
index f58dff1..26d1ae5 100644
--- a/editeng/inc/editeng/svxacorr.hxx
+++ b/editeng/inc/editeng/svxacorr.hxx
@@ -421,7 +421,7 @@ public:
 
     static long         GetDefaultFlags();
 
-// returns sal_True for charcters where the function
+// returns sal_True for characters where the function
 // 'SvxAutoCorrect::AutoCorrect' should be called.
 // (used to avoid occasional 'collisions' with (Thai) input-sequence-checking)
     static sal_Bool     IsAutoCorrectChar( sal_Unicode cChar );
diff --git a/sal/inc/rtl/bootstrap.h b/sal/inc/rtl/bootstrap.h
index 1b53221..76795ba 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 b24cc52..6fc83491 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 1e5aca0..90544ac 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 35be5fe..23ea47a 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 1742c35..1794bf4 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.
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx
index 31cf876..1d3be5b 100644
--- a/starmath/source/rect.cxx
+++ b/starmath/source/rect.cxx
@@ -631,7 +631,7 @@ bool SmGetGlyphBoundRect(const OutputDevice &rDev,
 
     // use scale factor when calling GetTextBoundRect to counter
     // negative effects from antialiasing which may otherwise result
-    // in significant incorrect bounding rectangles for some charcters.
+    // in significant incorrect bounding rectangles for some characters.
     Size aFntSize = aFnt.GetSize();
 
     // Workaround to avoid HUGE font sizes and resulting problems
diff --git a/sw/source/ui/lingu/hhcwrp.cxx b/sw/source/ui/lingu/hhcwrp.cxx
index 8fdb7de..454c6ba 100644
--- a/sw/source/ui/lingu/hhcwrp.cxx
+++ b/sw/source/ui/lingu/hhcwrp.cxx
@@ -602,7 +602,7 @@ void SwHHCWrapper::Convert()
             // of them are words on their own!) using the word boundary here does
             // not work. Thus since chinese conversion is not interactive we start
             // at the begin of the paragraph to solve the problem, i.e. have the
-            // TextConversion service get those charcters together in the same call.
+            // TextConversion service get those characters together in the same call.
             xub_StrLen nStartIdx = STRING_MAXLEN;
             if (editeng::HangulHanjaConversion::IsChinese( GetSourceLanguage() ) )
                 nStartIdx = 0;
diff --git a/unotools/inc/unotools/digitgroupingiterator.hxx b/unotools/inc/unotools/digitgroupingiterator.hxx
index a4c4da9..d7bca11 100644
--- a/unotools/inc/unotools/digitgroupingiterator.hxx
+++ b/unotools/inc/unotools/digitgroupingiterator.hxx
@@ -40,7 +40,7 @@ namespace utl {
     count single characters but hunks of groups instead using the get() method,
     this is just for illustrating usage. Anyway, for double values it is highly
     more efficient to use ::rtl::math::doubleToString() and pass the grouping
-    sequence, instead of using this iterator and inserting charcters into
+    sequence, instead of using this iterator and inserting characters into
     strings.
 
     DigitGroupingIterator aGrouping(...)
-- 
1.7.11.1

