Fixed typo (retriev -> retrieve), removed whitespace
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 @@
 //-----------------------------------------------------------------------------
     /** 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 @@
         /// 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