diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-28 10:43:46 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-01-29 07:09:44 +0100 |
commit | 4cff06065ebfe884d8661b790db76f15203f2549 (patch) | |
tree | a093faf14b78a39e9762cdd62483728c5f87f658 /bin | |
parent | a71de08d75e15fd37408901d47a7aa3918f8087a (diff) |
Fix typo
Change-Id: Ie64a300a73db666231ae7b37f15e5d7556e594bc
Reviewed-on: https://gerrit.libreoffice.org/67039
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find-german-comments | 4 |
1 files changed, 2 insertions, 2 deletions
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')) |