summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx2
-rw-r--r--sfx2/source/dialog/passwd.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 14475a06e356..0ef0293004c8 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 d638acbd53de..14b4221e6cd6 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();
}