This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d9bf74e  Fixed typo (retriev -> retrieve), removed whitespace
d9bf74e is described below

commit d9bf74e308da08fdb3b83fcf99a93b8ab7512ed8
Author: mseidel <[email protected]>
AuthorDate: Sun Jul 25 16:01:03 2021 +0200

    Fixed typo (retriev -> retrieve), removed whitespace
---
 main/unotools/inc/unotools/bootstrap.hxx | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/main/unotools/inc/unotools/bootstrap.hxx 
b/main/unotools/inc/unotools/bootstrap.hxx
index 61a813a..9c39ee6 100644
--- a/main/unotools/inc/unotools/bootstrap.hxx
+++ b/main/unotools/inc/unotools/bootstrap.hxx
@@ -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,19 +7,20 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
+
 #include "unotools/unotoolsdllapi.h"
 
 #ifndef _UTL_BOOTSTRAP_HXX
@@ -35,8 +36,8 @@ namespace utl
 //-----------------------------------------------------------------------------
     /** provides configuration information needed for application startup.
         <p>This class handles the startup information for the office 
application.
-           It encapsulates knowledge of how to retriev such information and how
-           to diagnose failures to retriev required data.
+           It encapsulates knowledge of how to retrieve such information and 
how
+           to diagnose failures to retrieve required data.
         </p>
     */
     class UNOTOOLS_DLLPUBLIC Bootstrap
@@ -65,7 +66,7 @@ namespace utl
         /// reload cached data
         static void reloadData();
 
-       public: // retrieve path information about the installat�on location
+       public: // retrieve path information about the installation location
         enum PathStatus
         {
             PATH_EXISTS,  // Success: Found a path to an existing file or 
directory

Reply via email to