[Libreoffice-commits] .: Branch 'libreoffice-3-4' - solenv/bin
Jan Holesovsky
kendy at kemper.freedesktop.org
Tue Apr 19 00:38:57 PDT 2011
solenv/bin/modules/installer/worker.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 4e083a25aeeed87a49c7c77060e76c7e863842a4
Author: Jan Holesovsky <kendy at suse.cz>
Date: Tue Apr 19 09:36:12 2011 +0200
'paths', not 'pathes'...
diff --git a/solenv/bin/modules/installer/worker.pm b/solenv/bin/modules/installer/worker.pm
index fc7c1fc..4a0ccf3 100644
--- a/solenv/bin/modules/installer/worker.pm
+++ b/solenv/bin/modules/installer/worker.pm
@@ -547,7 +547,7 @@ sub clean_jds_temp_dirs
###########################################################
# Setting one language in the language independent
-# array of include pathes with $(LANG)
+# array of include paths with $(LANG)
###########################################################
sub get_language_specific_include_pathes
@@ -2314,7 +2314,7 @@ sub add_variables_from_inc_to_hashref
}
##############################################
-# Collecting all files from include pathes
+# Collecting all files from include paths
##############################################
sub collect_all_files_from_includepathes
@@ -2322,7 +2322,7 @@ sub collect_all_files_from_includepathes
my ($patharrayref) = @_;
installer::logger::globallog("Reading all directories: Start");
- installer::logger::print_message( "... reading include pathes ...\n" );
+ installer::logger::print_message( "... reading include paths ...\n" );
# empty the global
@installer::globals::allincludepathes =();
More information about the Libreoffice-commits
mailing list