From d7681f1b6280fdad15cb3e2c8051a41dd9408377 Mon Sep 17 00:00:00 2001 From: Jonathan Windgassen Date: Wed, 4 Dec 2024 15:59:32 +0100 Subject: [PATCH] Fixes another typo Co-authored-by: Amit Kumar --- jupyter_server_proxy/standalone/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_server_proxy/standalone/__init__.py b/jupyter_server_proxy/standalone/__init__.py index 1d8e0232..2de7e96b 100644 --- a/jupyter_server_proxy/standalone/__init__.py +++ b/jupyter_server_proxy/standalone/__init__.py @@ -95,7 +95,7 @@ def run( # Periodically send JupyterHub Notifications, that we are still running if activity_interval > 0: log.info( - f"Sending Acitivity Notivication to JupyterHub with interval={activity_interval}s" + f"Sending Activity Notification to JupyterHub with interval={activity_interval}s" ) start_activity_update(activity_interval)