You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2021/01/02 16:55:40 UTC

[openoffice] branch AOO419 updated: Fixed typos

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

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


The following commit(s) were added to refs/heads/AOO419 by this push:
     new 0ede1db  Fixed typos
0ede1db is described below

commit 0ede1db122bb4823ff18bce0be06c84d0dd0204f
Author: Matthias Seidel <ms...@apache.org>
AuthorDate: Wed Mar 15 01:18:34 2017 +0000

    Fixed typos
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1786974 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit f1e0dfd3db8a55251bf21b6dd04cde9725d20b76)
---
 .../qa/complex/filter/detection/typeDetection/files.csv    |  4 ++--
 main/solenv/bin/modules/installer/patch/Msi.pm             | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/main/filter/qa/complex/filter/detection/typeDetection/files.csv b/main/filter/qa/complex/filter/detection/typeDetection/files.csv
index d6b8534..69341a9 100644
--- a/main/filter/qa/complex/filter/detection/typeDetection/files.csv
+++ b/main/filter/qa/complex/filter/detection/typeDetection/files.csv
@@ -2,8 +2,8 @@ fileAlias;fileURL;defaultFileType;streamFileType
 #**************************************************************
 #** N O T E
 #**
-#** The detection for template filter amd wirter_text_encoded
-#** will be chenged on following childworkspsace
+#** The detection for template filter and writer_text_encoded
+#** will be changed on following childworkspaces
 #**
 #**************************************************************
 ###################################
diff --git a/main/solenv/bin/modules/installer/patch/Msi.pm b/main/solenv/bin/modules/installer/patch/Msi.pm
index c597712..16a536b 100644
--- a/main/solenv/bin/modules/installer/patch/Msi.pm
+++ b/main/solenv/bin/modules/installer/patch/Msi.pm
@@ -69,7 +69,7 @@ sub FindAndCreate($$$$$)
 
 =head2 new($class, $filename, $version, $is_current_version, $language, $product_name)
 
-    Create a new object of the Msi class.  The values of $version, $language, and $product_name define
+    Create a new object of the Msi class. The values of $version, $language, and $product_name define
     where to look for the msi file.
 
     If construction fails then IsValid() will return false.
@@ -136,7 +136,7 @@ sub IsValid ($)
 
 =head2 Commit($self)
 
-    Write all modified tables back into the databse.
+    Write all modified tables back into the database.
 
 =cut
 
@@ -172,8 +172,8 @@ sub Commit ($)
 
 =head2 GetTable($seld, $table_name)
 
-    Return an MsiTable object for $table_name.  Table objects are kept
-    alive for the life time of the Msi object.  Therefore the second
+    Return an MsiTable object for $table_name. Table objects are kept
+    alive for the life time of the Msi object. Therefore the second
     call for the same table is very cheap.
 
 =cut
@@ -212,7 +212,7 @@ sub GetTable ($$)
 
 =head2 PutTable($self, $table)
 
-    Write the given table back to the databse.
+    Write the given table back to the database.
 
 =cut
 
@@ -290,7 +290,7 @@ sub EnsureAYoungerThanB ($$)
 
     Split $name (typically from the 'FileName' column in the 'File'
     table or 'DefaultDir' column in the 'Directory' table) at the '|'
-    into short (8.3) and long names.  If there is no '|' in $name then
+    into short (8.3) and long names. If there is no '|' in $name then
     $name is returned as both short and long name.
 
     Returns long and short name (in this order) as array.
@@ -316,7 +316,7 @@ sub SplitLongShortName ($)
 =head2 SplitTargetSourceLongShortName ($name)
 
     Split $name first at the ':' into target and source parts and each
-    of those at the '|'s into long and short parts.  Names that follow
+    of those at the '|'s into long and short parts. Names that follow
     this pattern come from the 'DefaultDir' column in the 'Directory'
     table.