Kaydet (Commit) 0b59f695 authored tarafından Thomas Klausner's avatar Thomas Klausner

Fix some typos.

Signed-off-by: 's avatarThomas Klausner <wiz@NetBSD.org>
üst ef4c98cd
......@@ -55,7 +55,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest {
private XSingleSelectQueryComposer xComposer = null;
/**
* Recieves the object relations:
* Receives the object relations:
* <ul>
* <li><code>XSingleSelectQueryComposer xCompoer</code></li>
* </ul> <p>
......
......@@ -803,7 +803,7 @@ void SfxSingleTabDialog::setTabPage(SfxTabPage* pTabPage,
if (!sTitle.isEmpty())
SetText(sTitle);
// Dialog recieves the HelpId of TabPage if there is any
// Dialog receives the HelpId of TabPage if there is any
OString sHelpId(pImpl->m_pSfxPage->GetHelpId());
if (!sHelpId.isEmpty())
SetHelpId(sHelpId);
......@@ -873,7 +873,7 @@ void SfxNoLayoutSingleTabDialog::SetTabPage( SfxTabPage* pTabPage,
// Set TabPage text in the Dialog
SetText( pImpl->m_pSfxPage->GetText() );
// Dialog recieves the HelpId of TabPage
// Dialog receives the HelpId of TabPage
SetHelpId( pImpl->m_pSfxPage->GetHelpId() );
SetUniqueId( pImpl->m_pSfxPage->GetUniqueId() );
}
......
......@@ -164,7 +164,7 @@ void SwModule::InsertEnv( SfxRequest& rReq )
aTmp += OUString::number( ++nTitleNo );
xDocSh->SetTitle( aTmp );
// if applicable, copy the old Collections "Sender" and "Reciever" to
// if applicable, copy the old Collections "Sender" and "Receiver" to
// a new document
if ( pOldSh )
{
......@@ -312,7 +312,7 @@ void SwModule::InsertEnv( SfxRequest& rReq )
pSh->StartAllAction();
pSh->DoUndo(sal_False);
// Again, copy the new collections "Sender" and "Reciever" to
// Again, copy the new collections "Sender" and "Receiver" to
// a new document
if ( pOldSh )
{
......
......@@ -42,11 +42,11 @@ class SW_DLLPUBLIC SwEnvItem : public SfxPoolItem
{
public:
OUString aAddrText; // text for reciever
OUString aAddrText; // text for receiver
sal_Bool bSend; // sender?
OUString aSendText; // text for sender
sal_Int32 lAddrFromLeft; // left gap for reciever (twips)
sal_Int32 lAddrFromTop; // upper gap for reciever (twips)
sal_Int32 lAddrFromLeft; // left gap for receiver (twips)
sal_Int32 lAddrFromTop; // upper gap for receiver (twips)
sal_Int32 lSendFromLeft; // left gap for sender (twips)
sal_Int32 lSendFromTop; // upper gap for sender (twips)
sal_Int32 lWidth; // envelope's width (twips)
......
......@@ -348,7 +348,7 @@ public class SystemDialog
}
/**
* just like the other showMessageBox(...) method, but recieves a
* just like the other showMessageBox(...) method, but receives a
* peer argument to use to create the message box.
* @param xMSF
* @param peer
......
......@@ -20,8 +20,8 @@ from .WebWizardConst import *
from ..common.IRenderer import IRenderer
# recieves status calls from the status dialog which
# apears when the user clicks "create".
# receives status calls from the status dialog which
# appears when the user clicks "create".
# allocates strings from the resources to
# display the current task status.
# (renders the state to resource strings)
......
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