From 3a014901fdc4134f4fae669b66b154b1137c2352 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 17:20:45 +0100 Subject: Fix typo seperated/separated Change-Id: I133423de994b1befe246b6c921802428a3528202 --- vcl/source/app/dbggui.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vcl') 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", -- cgit