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 2022/09/05 16:47:25 UTC

[openoffice] branch trunk updated: Small correction to string

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new d876b4b29d Small correction to string
d876b4b29d is described below

commit d876b4b29d056983cd75b108a4f5d05e53007c64
Author: mseidel <ms...@apache.org>
AuthorDate: Mon Sep 5 18:46:58 2022 +0200

    Small correction to string
---
 main/l10ntools/scripts/localize.pl | 2 +-
 main/l10ntools/source/localize.cxx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/l10ntools/scripts/localize.pl b/main/l10ntools/scripts/localize.pl
index 20bc4591c4..700239d5ef 100755
--- a/main/l10ntools/scripts/localize.pl
+++ b/main/l10ntools/scripts/localize.pl
@@ -412,7 +412,7 @@ sub collectfiles{
                               };
 
                     } #switch
-                } #for each
+                } #foreach
               } # if
         } # if
         if ( $bVerbose ) { print STDOUT $command.$args."\n"; }
diff --git a/main/l10ntools/source/localize.cxx b/main/l10ntools/source/localize.cxx
index 8cf2ece9f0..430d05856a 100644
--- a/main/l10ntools/source/localize.cxx
+++ b/main/l10ntools/source/localize.cxx
@@ -908,7 +908,7 @@ int _cdecl main( int argc, char *argv[] )
 	Treeconfig treeconfig;
 	vector<string> repos;
 	bool hasPwd = treeconfig.getActiveRepositories( repos );
-	if( hasPwd ) cout << " Found special path!\n";
+	if( hasPwd ) cout << "\nFound special path!\n";
 
 	string minor_ext;
 	bool has_minor_ext;