From 95e9094de37c8af52e76668acb975a6d6a05eaa0 Mon Sep 17 00:00:00 2001 From: Marcus Oskarsson Date: Tue, 12 Dec 2023 14:59:27 +0100 Subject: [PATCH] Syntax and typo fix --- mxcubecore/HardwareObjects/ISPyBClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxcubecore/HardwareObjects/ISPyBClient.py b/mxcubecore/HardwareObjects/ISPyBClient.py index cebfe41172..9ad91ab321 100644 --- a/mxcubecore/HardwareObjects/ISPyBClient.py +++ b/mxcubecore/HardwareObjects/ISPyBClient.py @@ -741,7 +741,7 @@ def login(self, loginID, psd, ldap_connection=None, create_session=True): def ldap_login(self, login_name, psd, ldap_connection): warnings.warn( - ("Using Authenticatior from ISPyBClient is depricated, + ("Using Authenticatior from ISPyBClient is deprecated," "use Authenticator to authenticate spereatly and then login to ISPyB"), DeprecationWarning )