From 9df7f0f82aca118281276d650cbf8561fc6993f1 Mon Sep 17 00:00:00 2001 From: Dick Visser <visser@terena.org> Date: Fri, 20 Feb 2015 15:42:58 +0100 Subject: [PATCH] Typos --- modules/casserver/www/login.php | 4 ++-- modules/casserver/www/proxy.php | 4 ++-- modules/casserver/www/serviceValidate.php | 4 ++-- modules/saml/lib/IdP/SAML2.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/casserver/www/login.php b/modules/casserver/www/login.php index 0410acdc3..ebbaec3f5 100644 --- a/modules/casserver/www/login.php +++ b/modules/casserver/www/login.php @@ -2,7 +2,7 @@ require 'tickets.php'; /* - * Incomming parameters: + * Incoming parameters: * service * renew * gateway @@ -52,4 +52,4 @@ SimpleSAML_Utilities::redirectTrustedURL( SimpleSAML_Utilities::addURLparameter($service, array('ticket' => $ticket) ) -); +); \ No newline at end of file diff --git a/modules/casserver/www/proxy.php b/modules/casserver/www/proxy.php index c55f61979..08d258b1b 100644 --- a/modules/casserver/www/proxy.php +++ b/modules/casserver/www/proxy.php @@ -2,7 +2,7 @@ require 'tickets.php'; /* - * Incomming parameters: + * Incmming parameters: * targetService * ptg * @@ -50,4 +50,4 @@ print <<<eox </cas:proxyFailure> </cas:serviceResponse> eox; -} +} \ No newline at end of file diff --git a/modules/casserver/www/serviceValidate.php b/modules/casserver/www/serviceValidate.php index 71e9fdce8..ffb20bb0b 100644 --- a/modules/casserver/www/serviceValidate.php +++ b/modules/casserver/www/serviceValidate.php @@ -5,7 +5,7 @@ require 'tickets.php'; if (!$function) $function = 'serviceValidate'; /* - * Incomming parameters: + * Incoming parameters: * service * renew * ticket @@ -96,4 +96,4 @@ function returnResponse($value, $function, $usrname = '', $attributes = array(), } } -} +} \ No newline at end of file diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php index 148d04c53..dbd6512a3 100644 --- a/modules/saml/lib/IdP/SAML2.php +++ b/modules/saml/lib/IdP/SAML2.php @@ -332,7 +332,7 @@ class sspmod_saml_IdP_SAML2 { $idpInit = FALSE; - SimpleSAML_Logger::info('SAML2.0 - IdP.SSOService: Incomming Authentication request: '. var_export($spEntityId, TRUE)); + SimpleSAML_Logger::info('SAML2.0 - IdP.SSOService: incoming authentication request: '. var_export($spEntityId, TRUE)); } SimpleSAML_Stats::log('saml:idp:AuthnRequest', array( @@ -1040,4 +1040,4 @@ class sspmod_saml_IdP_SAML2 { return $r; } -} +} \ No newline at end of file -- GitLab