summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-28 10:17:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-28 10:23:17 +0100
commita10447301fb8d726799b1bd0ff987945c1e4c88a (patch)
tree19903fbc3249a52ed4e547dd33d5c34b328f3d9c
parent52d39d9e7f8021e0b6112dfc4dc98943e5806515 (diff)
Typo: excute->execute
Change-Id: I8c73d95d92dc4a30dd6a71260817ab4fc3096f27
-rw-r--r--sal/qa/osl/security/osl_Security.cxx2
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx2
-rw-r--r--sw/source/uibase/inc/stmenu.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx
index a64da63fafa0..adba5867725c 100644
--- a/sal/qa/osl/security/osl_Security.cxx
+++ b/sal/qa/osl/security/osl_Security.cxx
@@ -317,7 +317,7 @@ void MyTestPlugInImpl::initialize( CPPUNIT_NS::TestFactoryRegistry *,
/// start message
t_print("#Initializing ...\n" );
t_print("#\n#logonUser function need root/Administrator account to test.\n" );
- t_print("#You can test by login with root/Administrator, and excute:\n" );
+ t_print("#You can test by login with root/Administrator, and execute:\n" );
t_print("#testshl2 -forward \"username password\" ../../../wntmsci9/bin/Security.dll\n" );
t_print("# where username and password are forwarded account info.\n" );
t_print("#if no text forwarded, this function will be skipped.\n" );
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 7b07a9d3186a..9afee2403ccc 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -1186,7 +1186,7 @@ void AssignmentPersistentData::Commit()
return 1L;
}
- // excute the dialog
+ // execute the dialog
try
{
if ( xAdminDialog->execute() == RET_OK )
diff --git a/sw/source/uibase/inc/stmenu.hxx b/sw/source/uibase/inc/stmenu.hxx
index ec2fa7ceaf0b..90876aa03a21 100644
--- a/sw/source/uibase/inc/stmenu.hxx
+++ b/sw/source/uibase/inc/stmenu.hxx
@@ -36,7 +36,7 @@ class SwView;
menu that is opened if a user clicks on an underlined word.
The menu is built in the constructor and the actions for each
- menu entry are invoked in the excute-method.
+ menu entry are invoked in the execute-method.
*/
class SwSmartTagPopup : public PopupMenu