summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_misc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/dp_misc.cxx')
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index 8bd756e9d0d7..14e2c4c52ddb 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -407,7 +407,7 @@ oslProcess raiseProcess(
case osl_Process_E_NotFound:
throw RuntimeException( "image not found!", 0 );
case osl_Process_E_TimedOut:
- throw RuntimeException( "timout occurred!", 0 );
+ throw RuntimeException( "timeout occurred!", 0 );
case osl_Process_E_NoPermission:
throw RuntimeException( "permission denied!", 0 );
case osl_Process_E_Unknown: