summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-04 19:21:20 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-10 07:36:25 +0200
commit5b6cc68732c21a6f8cb045744406ab69ec6b91d4 (patch)
treed3a0e911e5f7f66f73bc155ac6db599ac0f37768 /bin
parent3a5d78365dd172881c16c03e67f2d170ffc6d7d4 (diff)
Fix typo
Change-Id: Ia0dd6a96a039056f15e494baf844e11fb9b5e9aa Reviewed-on: https://gerrit.libreoffice.org/70488 Tested-by: Jenkins Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/find-german-comments2
1 files changed, 1 insertions, 1 deletions
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)