summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2021-01-24 04:03:21 +0530
committerGitHub <noreply@github.com>2021-01-24 04:03:21 +0530
commit589ea1cfaed65ef920ccf42d0aba70c148d7c555 (patch)
treeebc1296aefcbddb52eae93962e53eb09dc40bb88
parent6eee7f9c5c42752bb17a1ae2da14a96a55ba7297 (diff)
parent02e67fc75cb2fd3702c5f55cf2cb56aea26e6dac (diff)
downloadonionshare-589ea1cfaed65ef920ccf42d0aba70c148d7c555.tar.gz
onionshare-589ea1cfaed65ef920ccf42d0aba70c148d7c555.zip
Merge pull request #1259 from timgates42/bugfix_typo_progress
docs: fix simple typo, progess -> progress
-rw-r--r--cli/onionshare_cli/web/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/onionshare_cli/web/web.py b/cli/onionshare_cli/web/web.py
index 14d780c3..010df3eb 100644
--- a/cli/onionshare_cli/web/web.py
+++ b/cli/onionshare_cli/web/web.py
@@ -115,7 +115,7 @@ class Web:
if self.mode == "receive":
# Use custom WSGI middleware, to modify environ
self.app.wsgi_app = ReceiveModeWSGIMiddleware(self.app.wsgi_app, self)
- # Use a custom Request class to track upload progess
+ # Use a custom Request class to track upload progress
self.app.request_class = ReceiveModeRequest
# Starting in Flask 0.11, render_template_string autoescapes template variables