summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-23 16:28:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 23:38:57 +0200
commite1328b89fa87cbb333c096bf229a810317f25bc3 (patch)
treeb6a784be4261b559f42e7e741685641960c39a78 /solenv
parent2a1e975f4fa67162f3c7b37939fa0a3b771376f5 (diff)
Fix typos
Change-Id: If0d8f4033d9bc20f521d33d732fb349f0df5eeef Reviewed-on: https://gerrit.libreoffice.org/57822 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/fix-includes.pl2
-rw-r--r--solenv/bin/modules/installer/windows/idtglobal.pm4
2 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/fix-includes.pl b/solenv/bin/fix-includes.pl
index 6daae9ef3d52..740424dcccdb 100755
--- a/solenv/bin/fix-includes.pl
+++ b/solenv/bin/fix-includes.pl
@@ -73,7 +73,7 @@ sub check_headers
sub check_routine
{
my ($dir) = @_;
- opendir(my $fh, $dir) or die "Program stopping, could't open directory \n";
+ opendir(my $fh, $dir) or die "Program stopping, couldn't open directory \n";
while(my $file = readdir($fh)){
if($file =~ m/\.(cxx|hxx|c|h|hrc|src)$/i ){
check_headers($dir,"$dir/$file",@subdirs);
diff --git a/solenv/bin/modules/installer/windows/idtglobal.pm b/solenv/bin/modules/installer/windows/idtglobal.pm
index db92aac5bd55..26c8e951c9c9 100644
--- a/solenv/bin/modules/installer/windows/idtglobal.pm
+++ b/solenv/bin/modules/installer/windows/idtglobal.pm
@@ -598,9 +598,9 @@ sub write_idt_header
}
##############################################################
-# Returning the name of the rranslation file for a
+# Returning the name of the translation file for a
# given language.
-# Sample: "01" oder "en-US" -> "1033.txt"
+# Sample: "01" order "en-US" -> "1033.txt"
##############################################################
sub get_languagefilename