From 89111859a0afd28e03f7aa1b08ed983d7e7086c8 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Tue, 30 Mar 2021 23:54:06 +0200 Subject: [PATCH] Typos (#1976) --- .../lib/Lemonldap/NG/Portal/Plugins/FindUser.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm index 67545f88a..cc24c567f 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/FindUser.pm @@ -5,8 +5,8 @@ use Mouse; use Lemonldap::NG::Portal::Main::Constants qw( PE_OK PE_NOTOKEN - PE_TOKENEXPIRED PE_FIRSTACCESS + PE_TOKENEXPIRED ); our $VERSION = '2.0.12'; @@ -96,7 +96,7 @@ sub retreiveFindUserParams { } else { $self->logger->warn( - "Parameter $key has been reject by findUserControl") + "Parameter $key has been rejected by findUserControl") if $defined; (); }