From 45eda343d93ccd121d86beefc09d8900646a8fe2 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 18 Jul 2025 10:14:31 +0200 Subject: [PATCH] fix typo --- inc/inc.ClassLdapAuthentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/inc.ClassLdapAuthentication.php b/inc/inc.ClassLdapAuthentication.php index 7ca786a1b..9ac1944dc 100644 --- a/inc/inc.ClassLdapAuthentication.php +++ b/inc/inc.ClassLdapAuthentication.php @@ -233,7 +233,7 @@ class SeedDMS_LdapAuthentication extends SeedDMS_Authentication { } /* Check if user already exists in the database. Return with an error - * only if the sql statements fails, but not if no user was found. + * only if the sql statements fails, but not if the user wasn't found. * The username may not be the one passed to this function anymore. It * could have been overwritten by uid (or sAMAccountName) derived from * the above ldap search.