From a0b636d87099f22f8f91cb6663e9db0f08f3dac5 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Thu, 21 Aug 2014 11:17:10 +0000
Subject: [PATCH] Fix typo in comment

---
 lib/SimpleSAML/Auth/Simple.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Auth/Simple.php b/lib/SimpleSAML/Auth/Simple.php
index f3fe71a0b..26f702c92 100644
--- a/lib/SimpleSAML/Auth/Simple.php
+++ b/lib/SimpleSAML/Auth/Simple.php
@@ -248,7 +248,7 @@ class SimpleSAML_Auth_Simple {
 	/**
 	 * Retrieve authentication data.
 	 *
-	 * @param string $name  The name of the parameter, e.g. 'Attribute', 'Expire' or 'saml:sp:IdP'.
+	 * @param string $name  The name of the parameter, e.g. 'Attributes', 'Expire' or 'saml:sp:IdP'.
 	 * @return mixed|NULL  The value of the parameter, or NULL if it isn't found or we are unauthenticated.
 	 */
 	public function getAuthData($name) {
-- 
GitLab