summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:49:21 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:49:21 +0100
commit5ead05c352f2a82fd780e3cd5f471751df986b10 (patch)
treefea03a4a53fe6331e6616b1790deb5d6cfa16832 /sfx2
parentd0f5aad12d0699bba790a953115752dcc5df7d2b (diff)
Typo: pasword -> password
Change-Id: I612bf6bb620a76f9fa3542145e942969b9365d98
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/passwd.cxx2
1 files changed, 1 insertions, 1 deletions
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();
}