summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/jobdata.cxx')
-rw-r--r--framework/source/jobs/jobdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index 814da4ae5d41..3c0adc804a9b 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -457,7 +457,7 @@ bool isEnabled( const OUString& sAdminTime ,
bool bValidUser = aISOPattern.Matches(sUserTime );
// We check for "isEnabled()" here only.
- // Note further: ISO8601 formated strings can be compared as strings directly!
+ // Note further: ISO8601 formatted strings can be compared as strings directly!
// FIXME: this is not true! "T1215" is the same time as "T12:15" or "T121500"
return (
(!bValidAdmin && !bValidUser ) ||