From 08204317f01f221405e787cceea3997ad47a6cdc Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Mon, 22 Feb 2016 15:47:15 +0100
Subject: [PATCH] Typo.

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

diff --git a/lib/SimpleSAML/Module.php b/lib/SimpleSAML/Module.php
index a4a984d3e..ef0d9d0d0 100644
--- a/lib/SimpleSAML/Module.php
+++ b/lib/SimpleSAML/Module.php
@@ -138,7 +138,7 @@ class Module
                 return $moduleEnable[$module];
             }
 
-            throw new \Exception("Invalid module.enable value for for the module $module");
+            throw new \Exception("Invalid module.enable value for the '$module' module.");
         }
 
         if (assert_options(ASSERT_ACTIVE) &&
-- 
GitLab