diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:12:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:12:16 +0100 |
commit | 25d3c618d831036c08194610f188e4781c135cfc (patch) | |
tree | ff5adadb16effa6262ce65a030b7c673fe180a91 /framework/source/jobs | |
parent | 5584d73f2db413889347b4b3a1fcaf124db02b21 (diff) |
Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
Diffstat (limited to 'framework/source/jobs')
-rw-r--r-- | framework/source/jobs/jobdata.cxx | 2 | ||||
-rw-r--r-- | framework/source/jobs/joburl.cxx | 2 |
2 files changed, 2 insertions, 2 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 ) || diff --git a/framework/source/jobs/joburl.cxx b/framework/source/jobs/joburl.cxx index 54e69f3c84a2..0eb7d171939c 100644 --- a/framework/source/jobs/joburl.cxx +++ b/framework/source/jobs/joburl.cxx @@ -513,7 +513,7 @@ void JobURL::impldbg_checkURL( /*IN*/ const sal_Char* pURL , @descr It returns a representation of the internal object state as string notation. - @returns The formated string representation. + @returns The formatted string representation. */ OUString JobURL::impldbg_toString() const { |