[Libreoffice-commits] core.git: bin/find-german-comments
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jan 29 06:10:07 UTC 2019
bin/find-german-comments | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4cff06065ebfe884d8661b790db76f15203f2549
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 28 10:43:46 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 29 07:09:44 2019 +0100
Fix typo
Change-Id: Ie64a300a73db666231ae7b37f15e5d7556e594bc
Reviewed-on: https://gerrit.libreoffice.org/67039
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/bin/find-german-comments b/bin/find-german-comments
index a944aaedf2b3..fc9f168f2340 100755
--- a/bin/find-german-comments
+++ b/bin/find-german-comments
@@ -126,9 +126,9 @@ class Parser:
return sock
def get_lang(self, s):
- """ the output is 'german' or 'english' or 'german or english'. when
+ """ the output is 'german' or 'english' or 'german or english'. When
unsure, just don't warn, there are strings where you just can't
- teremine the results reliably, like '#110680#' """
+ determine the results reliably, like '#110680#' """
self.text_cat.stdin.write(bytes(s, 'utf-8'))
self.text_cat.stdin.write(bytes("\n", 'utf-8'))
More information about the Libreoffice-commits
mailing list