Fix spelling (#216)

Thanks again!
diff --git a/main/dbaccess/source/ui/app/AppTitleWindow.hxx b/main/dbaccess/source/ui/app/AppTitleWindow.hxx
index 02b8e61..aadf06d 100644
--- a/main/dbaccess/source/ui/app/AppTitleWindow.hxx
+++ b/main/dbaccess/source/ui/app/AppTitleWindow.hxx
@@ -56,7 +56,7 @@
 		/** gets the child window.
 			
 			@return
-				The child winodw.
+				The child window.
 		*/
 		inline Window* getChildWindow() const { return m_pChild; }
 
diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/CheckModuleAPI.java b/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/CheckModuleAPI.java
index e9a8886..36b5a04 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/CheckModuleAPI.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/CheckModuleAPI.java
@@ -76,7 +76,7 @@
      * This method checks for all necessary parameter and exit if not all parameter are set.
      *
      * Further this method starts an office instance and gets the office some more time to start. This is because
-     * some freshly installed offices don not have such a user tree. The office will create it on its first start,
+     * some freshly installed offices do not have such a user tree. The office will create it on its first start,
      * but this will take some time.
      * Note: This functionality is only reasonable with parameter <CODE>-noOffice true</CODE>
      */
@@ -120,7 +120,7 @@
 
         log.println(utils.getDateTime() + "Receiving the ServiceManager of the Office ");
         final XMultiServiceFactory msf = (XMultiServiceFactory) officeProvider.getManager(param);
-        assure("couldnot get ServiceFarcotry", msf != null, mContinue);
+        assure("could not get ServiceFactory", msf != null, mContinue);
         param.put("ServiceFactory", msf);
 
         final String sep = System.getProperty("file.separator");
@@ -474,7 +474,7 @@
             final String line = outs[i];
             if (line.matches("[0-9]+? of [0-9]+? tests failed"))
             {
-                log.println("mached line: " + line);
+                log.println("matched line: " + line);
                 if (line.matches("0 of [0-9]+? tests failed"))
                 {
                     ok = true;
@@ -499,7 +499,7 @@
     {
         log.println("**** run module tests over all modules ****");
 
-        log.println("search for qa/unoapi foldres in all modules based in ");
+        log.println("search for qa/unoapi folders in all modules based in ");
         log.println("'" + mSRC_ROOT + "'");
 
         final ArrayList moduleNames = new ArrayList();
@@ -604,7 +604,7 @@
                 }
                 catch (ParameterNotFoundException ex)
                 {
-                    log.println("ERROR: could not wirte status to EIS database: " + ex.toString());
+                    log.println("ERROR: could not write status to EIS database: " + ex.toString());
                 }
             }
         }
diff --git a/main/xmloff/source/script/XMLEventExport.cxx b/main/xmloff/source/script/XMLEventExport.cxx
index 14059ab..24f8b87 100644
--- a/main/xmloff/source/script/XMLEventExport.cxx
+++ b/main/xmloff/source/script/XMLEventExport.cxx
@@ -182,7 +182,7 @@
     bExtNamespace = false;          // reset for future Export calls
 }
 
-/// export a singular event and wirte <office:events> container
+/// export a singular event and write <office:events> container
 void XMLEventExport::ExportSingleEvent(
     Sequence<PropertyValue>& rEventValues,
     const OUString& rApiEventName,
@@ -239,7 +239,7 @@
             {
                 if (! rExported)
                 {
-                    // OK, we have't yet exported the enclosing
+                    // OK, we haven't yet exported the enclosing
                     // element. So we do that now.
                     rExported = sal_True;
                     StartElement(bUseWhitespace);