bin/find-german-comments | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4cff06065ebfe884d8661b790db76f15203f2549 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Jan 28 10:43:46 2019 +0000 Commit: Julien Nabet <serval2...@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 <serval2...@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')) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits