Fix spelling

This commit is contained in:
a1346054 2021-08-22 20:17:55 +00:00
parent f827d5232d
commit 601e215565
No known key found for this signature in database
GPG key ID: D149AD21DC40440C
6 changed files with 6 additions and 6 deletions

View file

@ -178,7 +178,7 @@ class GuiBaseTest(unittest.TestCase):
self.assertEqual(tab.get_mode().history.isVisible(), not currently_visible)
def history_indicator(self, tab, indicator_count="1"):
"""Test that we can make sure the history is toggled off, do an action, and the indiciator works"""
"""Test that we can make sure the history is toggled off, do an action, and the indicator works"""
# Make sure history is toggled off
if tab.get_mode().history.isVisible():
tab.get_mode().toggle_history.click()