summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/jobexecutor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/jobexecutor.hxx')
-rw-r--r--framework/inc/jobs/jobexecutor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/jobs/jobexecutor.hxx b/framework/inc/jobs/jobexecutor.hxx
index a2497d9a70c5..5aa643c44696 100644
--- a/framework/inc/jobs/jobexecutor.hxx
+++ b/framework/inc/jobs/jobexecutor.hxx
@@ -64,7 +64,7 @@ namespace framework{
@short implements a job executor, which can be triggered from any code
@descr It uses the given trigger event to locate any registered job service
inside the configuration and execute it. Of course it controls the
- liftime of such jobs too.
+ lifetime of such jobs too.
*/
class JobExecutor : public css::lang::XTypeProvider
, public css::lang::XServiceInfo