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 <serval2...@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();
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to