From 28eaf2f2beac99e4a217cff53514a935384f744d Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 12 Feb 2019 14:30:41 -0800 Subject: Fix typo in comment --- onionshare/web/receive_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionshare/web/receive_mode.py b/onionshare/web/receive_mode.py index 1550fab8..b245042b 100644 --- a/onionshare/web/receive_mode.py +++ b/onionshare/web/receive_mode.py @@ -173,7 +173,7 @@ class ReceiveModeFile(object): try: self.f = open(self.filename_in_progress, 'wb+') except: - # This will only happen if someone is messaging with the data dir while + # This will only happen if someone is messing with the data dir while # OnionShare is running, but if it does make sure to throw an error self.upload_error = True self.f = tempfile.TemporaryFile('wb+') -- cgit v1.2.3-54-g00ecf