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 --- filter/source/config/cache/filtercache.hxx | 2 +- filter/source/config/cache/querytokenizer.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'filter/source/config/cache') diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx index 144827247777..34731100dae4 100644 --- a/filter/source/config/cache/filtercache.hxx +++ b/filter/source/config/cache/filtercache.hxx @@ -771,7 +771,7 @@ class FilterCache : public BaseLock /** @short register the specified item for the given type. @descr Because detect services, frame loader or content handler - are not listed inside the xml configuration as seperated + are not listed inside the xml configuration as separated items (they are properties of any type entry!), this method update the internal lists of such items. Thats neccessary to have it accessible for our container interfaces of detect, frame loader diff --git a/filter/source/config/cache/querytokenizer.hxx b/filter/source/config/cache/querytokenizer.hxx index 30c5305af9a9..c7e45eb724b9 100644 --- a/filter/source/config/cache/querytokenizer.hxx +++ b/filter/source/config/cache/querytokenizer.hxx @@ -72,7 +72,7 @@ class QueryTokenizer : public ::boost::unordered_map< ::rtl::OUString a new query. @descr The given query is immidiatly analyzed - and seperated into its token, which can + and separated into its token, which can be access by some specialized method later. @param sQuery -- cgit