fixing start_proxy() that misspelled name of the project

This commit is contained in:
Richard Dunks
2016-07-17 23:23:32 -04:00
parent 5944671663
commit f36a1e10e6

View File

@@ -1018,7 +1018,7 @@ class JupyterHub(Application):
" There better be SSL termination happening somewhere else...")
else:
self.log.error(
"Refusing to run JuptyterHub without SSL."
"Refusing to run JupyterHub without SSL."
" If you are terminating SSL in another layer,"
" pass --no-ssl to tell JupyterHub to allow the proxy to listen on HTTP."
)