sc/inc/Sparkline.hxx                       |    2 +-
 sc/source/filter/oox/SparklineFragment.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 84e56886d7470b9a51740b831047132922daacce
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Mar 9 05:38:05 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Mar 9 07:04:47 2022 +0100

    Fix typos
    
    Change-Id: Ibaefacb89a680f5d7a34e64fdf856fbd0575ee4e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131226
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sc/inc/Sparkline.hxx b/sc/inc/Sparkline.hxx
index c8bb4d1baa22..0c5a9deeb774 100644
--- a/sc/inc/Sparkline.hxx
+++ b/sc/inc/Sparkline.hxx
@@ -20,7 +20,7 @@ namespace sc
 /** Sparkline data, used for rendering the content of a cell
  *
  * Contains the input range of the data that is being drawn and a reference
- * to the SparklineGroup, which inclues common properties of multiple
+ * to the SparklineGroup, which includes common properties of multiple
  * sparklines.
  */
 class SC_DLLPUBLIC Sparkline
diff --git a/sc/source/filter/oox/SparklineFragment.cxx 
b/sc/source/filter/oox/SparklineFragment.cxx
index bfc5a259a883..2a73fb9a81c4 100644
--- a/sc/source/filter/oox/SparklineFragment.cxx
+++ b/sc/source/filter/oox/SparklineFragment.cxx
@@ -192,7 +192,7 @@ void SparklineGroupsContext::onCharacters(const OUString& 
rChars)
                     rLastSparkline.m_aTargetRange = aRange;
 
                     // Need to set the current sheet index to the range as
-                    // it is assumed that the address string referes to
+                    // it is assumed that the address string refers to
                     // the current sheet and is not defined in the string.
                     for (auto& rRange : rLastSparkline.m_aTargetRange)
                     {

Reply via email to