From c81692e0203325c2f3b256c9378910f00be325c7 Mon Sep 17 00:00:00 2001
From: Jaime Perez <jaime.perez@uninett.no>
Date: Wed, 16 Jul 2014 11:15:24 +0200
Subject: [PATCH] Typo.

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

diff --git a/lib/SimpleSAML/Auth/State.php b/lib/SimpleSAML/Auth/State.php
index 2b8ef3256..3aec57179 100644
--- a/lib/SimpleSAML/Auth/State.php
+++ b/lib/SimpleSAML/Auth/State.php
@@ -241,7 +241,7 @@ class SimpleSAML_Auth_State {
 			 */
 
 			$msg = 'Wrong stage in state. Was \'' . $state[self::STAGE] .
-				'\', shoud be \'' . $stage . '\'.';
+				'\', should be \'' . $stage . '\'.';
 
 			SimpleSAML_Logger::warning($msg);
 
-- 
GitLab