[DATALAB-2091]: fixed function name
diff --git a/infrastructure-provisioning/src/jupyter/scripts/configure_jupyter_node.py b/infrastructure-provisioning/src/jupyter/scripts/configure_jupyter_node.py
index 4848951..9c57cad 100644
--- a/infrastructure-provisioning/src/jupyter/scripts/configure_jupyter_node.py
+++ b/infrastructure-provisioning/src/jupyter/scripts/configure_jupyter_node.py
@@ -148,6 +148,6 @@
     print("Updating pyOpenSSL library")
     update_pyopenssl_lib(args.os_user)
     print("Removing unexisting kernels")
-    removing_unexisting_kernel()
+    remove_unexisting_kernel()
 
     conn.close()