s/shutdown/shut down/

This commit is contained in:
Anthony DeBarros
2018-06-08 08:45:02 +01:00
committed by Dave Page
parent 419f9069ae
commit a6ee27cf25
4 changed files with 9 additions and 9 deletions

View File

@@ -119,7 +119,7 @@ def explain_js():
##########################################################################
# A special URL used to shutdown the server
# A special URL used to shut down the server
##########################################################################
@blueprint.route("/shutdown", methods=('get', 'post'))
def shutdown():