[Libreoffice-commits] core.git: chart2/source sc/source shell/source sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Fri Jan 5 16:44:21 UTC 2018


 chart2/source/view/charttypes/Splines.cxx    |    4 ++--
 sc/source/core/data/table6.cxx               |    2 +-
 shell/source/cmdmail/cmdmailsuppl.cxx        |    4 ++--
 sw/source/filter/ww8/docxattributeoutput.cxx |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 52bab68b384309d618b03373b247401c9bcfd3de
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Jan 5 10:55:20 2018 +0100

    Fix typos
    
    Change-Id: If114b42912a98b85f1b64f87bdb1f64afd15c85e
    Reviewed-on: https://gerrit.libreoffice.org/47457
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/chart2/source/view/charttypes/Splines.cxx b/chart2/source/view/charttypes/Splines.cxx
index 6f49d83d9d15..fa31a609c61e 100644
--- a/chart2/source/view/charttypes/Splines.cxx
+++ b/chart2/source/view/charttypes/Splines.cxx
@@ -65,7 +65,7 @@ public:
 
     /** @descr this function corresponds to the function splint in [1].
 
-        [1] Numerical Recipies in C, 2nd edition
+        [1] Numerical Recipes in C, 2nd edition
             William H. Press, et al.,
             Section 3.3, page 116
     */
@@ -88,7 +88,7 @@ private:
 
     /** @descr this function corresponds to the function spline in [1].
 
-        [1] Numerical Recipies in C, 2nd edition
+        [1] Numerical Recipes in C, 2nd edition
             William H. Press, et al.,
             Section 3.3, page 115
     */
diff --git a/sc/source/core/data/table6.cxx b/sc/source/core/data/table6.cxx
index 50c5e5127403..d7dcc367117c 100644
--- a/sc/source/core/data/table6.cxx
+++ b/sc/source/core/data/table6.cxx
@@ -569,7 +569,7 @@ bool ScTable::ReplaceAll(
     else
         GetLastDataPos(nLastCol, nLastRow);
 
-    // tdf#92160 - columnular replace is faster, and more memory efficient.
+    // tdf#92160 - columnar replace is faster, and more memory efficient.
     SvxSearchItem aCopyItem(rSearchItem);
     aCopyItem.SetRowDirection(false);
 
diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx
index 687bee4a09ff..8e4afb1b333d 100644
--- a/shell/source/cmdmail/cmdmailsuppl.cxx
+++ b/shell/source/cmdmail/cmdmailsuppl.cxx
@@ -234,7 +234,7 @@ void SAL_CALL CmdMailSuppl::sendSimpleMailMessage( const Reference< XSimpleMailM
         appendShellWord(aBuffer, xSimpleMailMessage->getRecipient(), false);
     }
 
-    // Append carbon copy receipients set in the message
+    // Append carbon copy recipients set in the message
     Sequence< OUString > aStringList = xSimpleMailMessage->getCcRecipient();
     sal_Int32 n, nmax = aStringList.getLength();
     for ( n = 0; n < nmax; n++ )
@@ -243,7 +243,7 @@ void SAL_CALL CmdMailSuppl::sendSimpleMailMessage( const Reference< XSimpleMailM
         appendShellWord(aBuffer, aStringList[n], false);
     }
 
-    // Append blind carbon copy receipients set in the message
+    // Append blind carbon copy recipients set in the message
     aStringList = xSimpleMailMessage->getBccRecipient();
     nmax = aStringList.getLength();
     for ( n = 0; n < nmax; n++ )
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index e4c888e4fb5a..3f6b78ef6932 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -2494,7 +2494,7 @@ void DocxAttributeOutput::RunText( const OUString& rText, rtl_TextEncoding /*eCh
 
 void DocxAttributeOutput::RawText(const OUString& rText, rtl_TextEncoding /*eCharSet*/)
 {
-    assert (m_pHyperlinkAttrList.is() && "jluth is at mail dot comand wants example documents that use RawText/EEField");
+    assert (m_pHyperlinkAttrList.is() && "jluth is at mail dot com and wants example documents that use RawText/EEField");
     if ( m_pHyperlinkAttrList.is() )
         m_sRawText = rText;
 }


More information about the Libreoffice-commits mailing list