summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/joburl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/joburl.hxx')
-rw-r--r--framework/inc/jobs/joburl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/jobs/joburl.hxx b/framework/inc/jobs/joburl.hxx
index f6e06837c417..cfc91589c4dc 100644
--- a/framework/inc/jobs/joburl.hxx
+++ b/framework/inc/jobs/joburl.hxx
@@ -43,15 +43,15 @@ namespace framework{
#define JOBURL_SERVICE_STR "service="
#define JOBURL_SERVICE_LEN 8
-#define JOBURL_PART_SEPERATOR ';'
-#define JOBURL_PARTARGS_SEPERATOR ','
+#define JOBURL_PART_SEPARATOR ';'
+#define JOBURL_PARTARGS_SEPARATOR ','
//_______________________________________
/**
@short can be used to parse, validate and work with job URL's
@descr Job URLs are specified by the following syntax:
vnd.sun.star.job:{[event=<name>]|[alias=<name>]|[service=<name>]}
- This class can analyze this structure and seperate it into his different parts.
+ This class can analyze this structure and separate it into his different parts.
After doing that these parts are accessible by the methods of this class.
*/
class JobURL : private ThreadHelpBase