summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Faulkner <thefaulkner@gmail.com>2017-10-13 20:14:44 -0700
committerChris Faulkner <thefaulkner@gmail.com>2017-10-13 20:14:44 -0700
commite839e77e94a69689a5d1096b23fc26b6e41ca171 (patch)
tree6b1e345c20cb9c9ff97503b17d43afd45c43c904 /contrib
parent1d5cf147be47e47b09f5c0a77c1b033f5ef0137e (diff)
downloaduwsgi-e839e77e94a69689a5d1096b23fc26b6e41ca171.tar.gz
Fix a few typos.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/runuwsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/runuwsgi.py b/contrib/runuwsgi.py
index 7b8b4956..bc4c89e9 100644
--- a/contrib/runuwsgi.py
+++ b/contrib/runuwsgi.py
@@ -58,7 +58,7 @@ class Command(BaseCommand):
# exec the uwsgi binary
os.execvp('uwsgi', ('uwsgi',))
- def usage(self, subcomand):
+ def usage(self, subcommand):
return r"""
run this project on the uWSGI server