summaryrefslogtreecommitdiff
path: root/sw/qa/python/check_index.py
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/python/check_index.py')
-rw-r--r--sw/qa/python/check_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/python/check_index.py b/sw/qa/python/check_index.py
index 6ea5b0b138f2..4d3076c43b9a 100644
--- a/sw/qa/python/check_index.py
+++ b/sw/qa/python/check_index.py
@@ -77,7 +77,7 @@ class CheckIndex(unittest.TestCase):
xCursor.gotoStartOfParagraph(True)
xCursor.setPropertyValue("ParaStyleName","Heading 1")
- # try agian with update
+ # try again with update
xIndex.update()
listener.assertRefreshed()
xCursor.gotoRange(xIndex.getAnchor().getEnd(), False)