Kaydet (Commit) 5ead05c3 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: pasword -> password

Change-Id: I612bf6bb620a76f9fa3542145e942969b9365d98
üst d0f5aad1
......@@ -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();
}
......
......@@ -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();
}
......
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