diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:20:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:20:45 +0100 |
commit | 3a014901fdc4134f4fae669b66b154b1137c2352 (patch) | |
tree | b991fc3cabb21e4048bb41d894965e94c0b98e19 /vcl | |
parent | e3f141323eea90259248cef4576ddb267b9c2d06 (diff) |
Fix typo seperated/separated
Change-Id: I133423de994b1befe246b6c921802428a3528202
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/dbggui.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index c6d1af899a47..22051aac42f6 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -197,25 +197,25 @@ static const sal_Char* pDbgHelpText[] = "\n", "Include ObjectTest filters\n", "Only classes which contain one of the indicated filters are evaluated with " -"the object test. Filters are seperated by ';' and are case sensitive. " +"the object test. Filters are separated by ';' and are case sensitive. " "Wildcards are not supported. If no text is indicated the filters are not " "active.\n", "\n", "Exclude ObjectTest filters\n", "Only classes which do not contain one of the indicated filters are evaluated " -"with the object test. Filters are seperated by ';' and are case sensitive. " +"with the object test. Filters are separated by ';' and are case sensitive. " "Wildcards are not supported. If no text is indicated the filters are not " "active.\n", "\n", "Include filters\n", "Only those texts which include the indicated filters are output. " -"Filters are seperated by ';' and are case sensitive. " +"Filters are separated by ';' and are case sensitive. " "Wildcards are not supported. The filter is used for all output (except for " "errors). If no text is indicated the filters are not active.\n", "\n", "Exclude filters\n", "Only those texts which do not include the indicated filters are output. " -"Filters are seperated by ';' and are case sensitive. " +"Filters are separated by ';' and are case sensitive. " "Wildcards are not supported. The filter is used for all output (except for " "errors). If no text is indicated the filters are not active.\n", "\n", |