Typo: excute->execute
Change-Id: I8c73d95d92dc4a30dd6a71260817ab4fc3096f27
This commit is contained in:
parent
52d39d9e7f
commit
a10447301f
3 changed files with 3 additions and 3 deletions
|
@ -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" );
|
||||
|
|
|
@ -1186,7 +1186,7 @@ void AssignmentPersistentData::Commit()
|
|||
return 1L;
|
||||
}
|
||||
|
||||
// excute the dialog
|
||||
// execute the dialog
|
||||
try
|
||||
{
|
||||
if ( xAdminDialog->execute() == RET_OK )
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue