[Libreoffice-commits] core.git: sw/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue May 7 17:13:26 UTC 2019


 sw/qa/python/xtext.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ff33c443c06cbe9a0f245f5598d4484be90f6df9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon May 6 10:29:17 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 7 19:12:37 2019 +0200

    Fix typo
    
    Change-Id: I8d705a0d31f36242f8a93591a2c0fc69ee6847a0
    Reviewed-on: https://gerrit.libreoffice.org/71911
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/qa/python/xtext.py b/sw/qa/python/xtext.py
index b8bc25d90e92..6d82647bf6b4 100644
--- a/sw/qa/python/xtext.py
+++ b/sw/qa/python/xtext.py
@@ -40,7 +40,7 @@ class TestXText(unittest.TestCase):
         # no exception if we try to replace object by itself:
         # this did throw in the past, but only because the inserted
         # UNO annotation had a core object assigned, but no document
-        # which insertTextContent then didnt like on another call.
+        # which insertTextContent then didn't like on another call.
         x_text.insertTextContent(x_cursor, x_annotation, True)
 
         # We expect just one annotation actually


More information about the Libreoffice-commits mailing list