Kaydet (Commit) 4cff0606 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Ie64a300a73db666231ae7b37f15e5d7556e594bc
Reviewed-on: https://gerrit.libreoffice.org/67039
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst a71de08d
......@@ -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'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment