summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/jobconst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/jobconst.hxx')
-rw-r--r--framework/inc/jobs/jobconst.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/jobs/jobconst.hxx b/framework/inc/jobs/jobconst.hxx
index 7356ebb40fb1..1b80c416426d 100644
--- a/framework/inc/jobs/jobconst.hxx
+++ b/framework/inc/jobs/jobconst.hxx
@@ -34,7 +34,7 @@ namespace framework{
@descr The protocol between job executor/dispatch and jobs is fix and well defined.
But why every implemented job should write such constant values directly into
it's code. Typos can occur or code will be changed by new developers ...
- Shared set of constant values can help to improve the mentainance of this code.
+ Shared set of constant values can help to improve the maintenance of this code.
*/
class FWI_DLLPUBLIC JobConst
{