summaryrefslogtreecommitdiff
path: root/framework/source/jobs/joburl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/joburl.cxx')
-rw-r--r--framework/source/jobs/joburl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/joburl.cxx b/framework/source/jobs/joburl.cxx
index fd30218dd954..64b4745ede9a 100644
--- a/framework/source/jobs/joburl.cxx
+++ b/framework/source/jobs/joburl.cxx
@@ -227,7 +227,7 @@ bool JobURL::implst_split( /*IN*/ const OUString& sPart ,
bool bPartFound = sPart.matchIgnoreAsciiCaseAsciiL(pPartIdentifier,nPartLength);
// If it exist - we can split the part and return sal_True.
- // Otherwhise we do nothing and return sal_False.
+ // Otherwise we do nothing and return sal_False.
if (bPartFound)
{
// But may the part has optional arguments - separated by a "?".