Fix spelling

This commit is contained in:
a1346054 2021-08-22 20:17:55 +00:00
parent d07904ccb7
commit f56f3ae95f
6 changed files with 6 additions and 6 deletions

View file

@ -248,7 +248,7 @@ class ShareMode(Mode):
def start_server_step3_custom(self):
"""
Step 3 in starting the server. Remove zip progess bar, and display large filesize
Step 3 in starting the server. Remove zip progress bar, and display large filesize
warning, if applicable.
"""
# Remove zip progress bar

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()