diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/workbench/TestSmplMail.cxx | 2 | ||||
-rw-r--r-- | shell/source/win32/workbench/TestSysShExec.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/win32/workbench/TestSmplMail.cxx b/shell/source/win32/workbench/TestSmplMail.cxx index b333d80e15bb..18b1741e838f 100644 --- a/shell/source/win32/workbench/TestSmplMail.cxx +++ b/shell/source/win32/workbench/TestSmplMail.cxx @@ -145,7 +145,7 @@ int SAL_CALL main(int , char*, char* ) // Print a message if an error occurred. if ( xComponent.is() == sal_False ) { - OSL_FAIL("Error shuting down"); + OSL_FAIL("Error shutting down"); } // Dispose and clear factory diff --git a/shell/source/win32/workbench/TestSysShExec.cxx b/shell/source/win32/workbench/TestSysShExec.cxx index 607e0998a5bc..2dd1ba246042 100644 --- a/shell/source/win32/workbench/TestSysShExec.cxx +++ b/shell/source/win32/workbench/TestSysShExec.cxx @@ -117,7 +117,7 @@ int SAL_CALL main(int nArgc, char* Argv[], char* ) // Print a message if an error occurred. if ( xComponent.is() == sal_False ) { - OSL_FAIL("Error shuting down"); + OSL_FAIL("Error shutting down"); } // Dispose and clear factory |