diff --git a/lib/SimpleSAML/Utils/Auth.php b/lib/SimpleSAML/Utils/Auth.php index cfbaccfe54030495cb7ed7050f520a781afdb1e1..3b7ece04e14c972bc8c4d242eaa9fa56d02da1f6 100644 --- a/lib/SimpleSAML/Utils/Auth.php +++ b/lib/SimpleSAML/Utils/Auth.php @@ -17,7 +17,7 @@ use SimpleSAML\Session; class Auth { /** - * Retrieve a admin login URL. + * Retrieve an admin login URL. * * @param string|NULL $returnTo The URL the user should arrive on after admin authentication. Defaults to null. * @@ -35,7 +35,7 @@ class Auth /** - * Retrieve a admin logout URL. + * Retrieve an admin logout URL. * * @param string|NULL $returnTo The URL the user should arrive on after admin authentication. Defaults to null. * diff --git a/modules/core/www/login-admin.php b/modules/core/www/login-admin.php index 59246f6731c6db0c7cbc2bff6dba5f1e5a4e065e..3b6443432b2fac05f4464804856f8be71cd4f9b6 100644 --- a/modules/core/www/login-admin.php +++ b/modules/core/www/login-admin.php @@ -1,7 +1,7 @@ <?php /* - * Helper page for starting a admin login. Can be used as a target for links. + * Helper page for starting an admin login. Can be used as a target for links. */ if (!array_key_exists('ReturnTo', $_REQUEST)) {