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." )