From 2501a136e3a1740dd691969d8b7e733b8ee03e17 Mon Sep 17 00:00:00 2001 From: Jon Dufresne <jon.dufresne@gmail.com> Date: Fri, 1 May 2020 09:53:45 -0700 Subject: [PATCH] =?UTF-8?q?Improve=20grammar=20in=20docblocks:=20"a=20admi?= =?UTF-8?q?n"=20=E2=86=92=20"an=20admin"=20(#1322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/SimpleSAML/Utils/Auth.php | 4 ++-- modules/core/www/login-admin.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/SimpleSAML/Utils/Auth.php b/lib/SimpleSAML/Utils/Auth.php index cfbaccfe5..3b7ece04e 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 59246f673..3b6443432 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)) { -- GitLab