summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/python/xtext.py2
1 files changed, 1 insertions, 1 deletions
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