Kaydet (Commit) 52bab68b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

Fix typos

Change-Id: If114b42912a98b85f1b64f87bdb1f64afd15c85e
Reviewed-on: https://gerrit.libreoffice.org/47457Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 4c82a352
......@@ -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
*/
......
......@@ -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);
......
......@@ -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++ )
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment