[Libreoffice-commits] core.git: bin/find-german-comments
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 10 05:36:54 UTC 2019
bin/find-german-comments | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5b6cc68732c21a6f8cb045744406ab69ec6b91d4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:21:20 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Apr 10 07:36:25 2019 +0200
Fix typo
Change-Id: Ia0dd6a96a039056f15e494baf844e11fb9b5e9aa
Reviewed-on: https://gerrit.libreoffice.org/70488
Tested-by: Jenkins
Reviewed-by: himajin100000 <himajin100000 at gmail.com>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/bin/find-german-comments b/bin/find-german-comments
index fc9f168f2340..bb76941c118d 100755
--- a/bin/find-german-comments
+++ b/bin/find-german-comments
@@ -376,7 +376,7 @@ class Parser:
for path in lines:
baseDir = self.first_elem(path)
- # If we have an globalscan use the whitelist.
+ # If we have a globalscan use the whitelist.
if globalscan:
if not baseDir in directory_whitelist:
sys.stderr.write("\n - Error: Missing path %s -\n\n" % baseDir)
More information about the Libreoffice-commits
mailing list