filter/qa/complex/filter/detection/typeDetection/files.csv | 4 +-- solenv/bin/modules/installer/patch/Msi.pm | 14 ++++++------- 2 files changed, 9 insertions(+), 9 deletions(-)
New commits: commit a22f48c226a5e1fe3c81421f5cfd27cdbe801455 Author: Matthias Seidel <[email protected]> Date: Wed Mar 15 01:18:34 2017 +0000 Fixed typos diff --git a/filter/qa/complex/filter/detection/typeDetection/files.csv b/filter/qa/complex/filter/detection/typeDetection/files.csv index 84b593f..5bc5835 100644 --- a/filter/qa/complex/filter/detection/typeDetection/files.csv +++ b/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/solenv/bin/modules/installer/patch/Msi.pm b/solenv/bin/modules/installer/patch/Msi.pm index f6d4497..9a5ce59 100644 --- a/solenv/bin/modules/installer/patch/Msi.pm +++ b/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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
