[Libreoffice-commits] core.git: extensions/source sfx2/source
Julien Nabet
serval2412 at yahoo.fr
Thu Feb 6 12:49:54 PST 2014
extensions/source/propctrlr/standardcontrol.cxx | 2 +-
sfx2/source/dialog/passwd.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5ead05c352f2a82fd780e3cd5f471751df986b10
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Thu Feb 6 21:49:21 2014 +0100
Typo: pasword -> password
Change-Id: I612bf6bb620a76f9fa3542145e942969b9365d98
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 14475a0..0ef0293 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -223,7 +223,7 @@ namespace pcr
{
OEditControl_Base::modified();
- // for pasword controls, we fire a commit for every single change
+ // for password controls, we fire a commit for every single change
if ( m_bIsPassword )
m_aImplControl.notifyModifiedValue();
}
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx
index d638acb..14b4221 100644
--- a/sfx2/source/dialog/passwd.cxx
+++ b/sfx2/source/dialog/passwd.cxx
@@ -120,7 +120,7 @@ SfxPasswordDialog::SfxPasswordDialog(Window* pParent, const OUString* pGroupText
if (pGroupText)
mpPassword1Box->set_label(*pGroupText);
- //set the text to the pasword length
+ //set the text to the password length
SetPasswdText();
}
More information about the Libreoffice-commits
mailing list