mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-11 04:38:43 -04:00
Fix spelling
This commit is contained in:
parent
d07904ccb7
commit
f56f3ae95f
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue