diff options
Diffstat (limited to 'cppuhelper/source/bootstrap.cxx')
-rw-r--r-- | cppuhelper/source/bootstrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index 6c90e5516c13..ae2a9f00ba56 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -178,7 +178,7 @@ Reference< XComponentContext > SAL_CALL bootstrap() case osl_Process_E_NotFound: throw BootstrapException( "image not found!" ); case osl_Process_E_TimedOut: - throw BootstrapException( "timout occurred!" ); + throw BootstrapException( "timeout occurred!" ); case osl_Process_E_NoPermission: throw BootstrapException( "permission denied!" ); case osl_Process_E_Unknown: |