From 02e67fc75cb2fd3702c5f55cf2cb56aea26e6dac Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 24 Dec 2020 10:34:47 +1100 Subject: docs: fix simple typo, progess -> progress There is a small typo in cli/onionshare_cli/web/web.py. Should read `progress` rather than `progess`. --- cli/onionshare_cli/web/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf