Author: mseidel
Date: Mon May 20 21:18:10 2019
New Revision: 1859587

URL: http://svn.apache.org/viewvc?rev=1859587&view=rev
Log:
Fixed typos

Modified:
    openoffice/trunk/main/filter/source/config/cache/querytokenizer.hxx

Modified: openoffice/trunk/main/filter/source/config/cache/querytokenizer.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/filter/source/config/cache/querytokenizer.hxx?rev=1859587&r1=1859586&r2=1859587&view=diff
==============================================================================
--- openoffice/trunk/main/filter/source/config/cache/querytokenizer.hxx 
(original)
+++ openoffice/trunk/main/filter/source/config/cache/querytokenizer.hxx Mon May 
20 21:18:10 2019
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -53,8 +53,8 @@ namespace filter{
                 </ul>
                 uses this schema.
 
-    @attention  This class is not threadsafe implemented. Because its not 
necessary.
-                But you have to make shure, that ist not used as such :-)
+    @attention  This class is not threadsafe implemented. Because it's not 
necessary.
+                But you have to make sure, that it's not used as such :-)
  */
 class QueryTokenizer : public ::std::hash_map< ::rtl::OUString                 
   ,
                                                ::rtl::OUString                 
   ,
@@ -69,7 +69,7 @@ class QueryTokenizer : public ::std::has
         /** @short  Because the given query can contain errors,
                     it should be checked outside.
 
-            TODO    May its a good idea to describe the real problem
+            TODO    Maybe it's a good idea to describe the real problem
                     more detailed ...
          */
         sal_Bool m_bValid;
@@ -82,9 +82,9 @@ class QueryTokenizer : public ::std::has
         /** @short  create a new tokenizer instance with a
                     a new query.
 
-            @descr  The given query is immidiatly analyzed
+            @descr  The given query is immediately analyzed
                     and separated into its token, which can
-                    be access by some specialized method later.
+                    be accessed by some specialized method later.
 
             @param  sQuery
                     the query string.


Reply via email to