From cee35f3a7881d6cde4184ac4045e1c221eb03108 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 26 Sep 2018 16:18:25 +0200 Subject: [PATCH] Bug 12027: (QA follow-up) Fix spelling and tab characters Signed-off-by: Julian Maurice Signed-off-by: Nick Clemens --- C4/Auth.pm | 2 +- C4/Auth_with_shibboleth.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 27b822da6d..7d330b57bc 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -980,7 +980,7 @@ sub checkauth { my $shibSuccess = 0; my ( $return, $cardnumber ); - # If shib is enabled and we have a shib login, does the login match a valid koha user + # If shib is enabled and we have a shib login, does the login match a valid koha user if ( $shib && $shib_login ) { my $retuserid; diff --git a/C4/Auth_with_shibboleth.pm b/C4/Auth_with_shibboleth.pm index 89dfe7d415..421a562d24 100644 --- a/C4/Auth_with_shibboleth.pm +++ b/C4/Auth_with_shibboleth.pm @@ -311,7 +311,7 @@ Given a shib_login attribute, this routine checks for a matching local user and _get_uri(); -A sugar function to that simply returns the current page URI with appropriate protocal attached +A sugar function to that simply returns the current page URI with appropriate protocol attached This routine is NOT exported @@ -319,7 +319,7 @@ This routine is NOT exported my $config = _get_shib_config(); -A sugar function that checks for a valid sibboleth configuration, and if found returns a hashref of it's contents +A sugar function that checks for a valid shibboleth configuration, and if found returns a hashref of it's contents This routine is NOT exported