diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 10:17:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 10:23:17 +0100 |
commit | a10447301fb8d726799b1bd0ff987945c1e4c88a (patch) | |
tree | 19903fbc3249a52ed4e547dd33d5c34b328f3d9c /sal | |
parent | 52d39d9e7f8021e0b6112dfc4dc98943e5806515 (diff) |
Typo: excute->execute
Change-Id: I8c73d95d92dc4a30dd6a71260817ab4fc3096f27
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/security/osl_Security.cxx | 2 |
1 files changed, 1 insertions, 1 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" ); |