From e87d9b2529a0420bf1b7243914f9ea32b0937be5 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Fri, 28 May 2010 09:09:49 +0000
Subject: [PATCH] core:WarnShortSSOInterval: Fix spelling error.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2329 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/core/dictionaries/short_sso_interval.definition.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/dictionaries/short_sso_interval.definition.json b/modules/core/dictionaries/short_sso_interval.definition.json
index 3d1106fd9..3e619c459 100644
--- a/modules/core/dictionaries/short_sso_interval.definition.json
+++ b/modules/core/dictionaries/short_sso_interval.definition.json
@@ -3,7 +3,7 @@
 		"en": "We have detected that there is only a few seconds since you last authenticated with this service provider, and therefore assume that there is a problem with this SP."
 	},
 	"warning_header": {
-		"en": "To short interval between single sign on events."
+		"en": "Too short interval between single sign on events."
 	},
 	"retry": {
 		"en": "Retry login"
-- 
GitLab