summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-24 10:34:47 +1100
committerTim Gates <tim.gates@iress.com>2020-12-24 10:34:47 +1100
commit02e67fc75cb2fd3702c5f55cf2cb56aea26e6dac (patch)
treeebc1296aefcbddb52eae93962e53eb09dc40bb88
parent6eee7f9c5c42752bb17a1ae2da14a96a55ba7297 (diff)
downloadonionshare-02e67fc75cb2fd3702c5f55cf2cb56aea26e6dac.tar.gz
onionshare-02e67fc75cb2fd3702c5f55cf2cb56aea26e6dac.zip
docs: fix simple typo, progess -> progress
There is a small typo in cli/onionshare_cli/web/web.py. Should read `progress` rather than `progess`.
-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