From f36a1e10e6f76674f46a5d5bdca16d5bca946125 Mon Sep 17 00:00:00 2001 From: Richard Dunks Date: Sun, 17 Jul 2016 23:23:32 -0400 Subject: [PATCH] fixing start_proxy() that misspelled name of the project --- jupyterhub/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/app.py b/jupyterhub/app.py index dcc025cc..79c5c3ec 100644 --- a/jupyterhub/app.py +++ b/jupyterhub/app.py @@ -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." )