From bc353dd0b22994c867fab475d039a47b918115b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 9 Mar 2009 11:56:38 +0000 Subject: [PATCH] fix typo on frontpage link git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1392 44740490-163a-0410-bde0-09ae8108e29a --- modules/saml2debug/hooks/hook_frontpage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/saml2debug/hooks/hook_frontpage.php b/modules/saml2debug/hooks/hook_frontpage.php index e29146733..581fd773f 100644 --- a/modules/saml2debug/hooks/hook_frontpage.php +++ b/modules/saml2debug/hooks/hook_frontpage.php @@ -10,7 +10,7 @@ function saml2debug_hook_frontpage(&$links) { $links['links'][] = array( 'href' => SimpleSAML_Module::getModuleURL('saml2debug/debug.php'), - 'text' => array('en' => 'SAML 2.0 Degbugger'), + 'text' => array('en' => 'SAML 2.0 Debugger'), ); } -- GitLab