From 5ead05c352f2a82fd780e3cd5f471751df986b10 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 6 Feb 2014 21:49:21 +0100 Subject: Typo: pasword -> password Change-Id: I612bf6bb620a76f9fa3542145e942969b9365d98 --- sfx2/source/dialog/passwd.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') 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(); } -- cgit