From bd803525db63a497d3b1b5ee90e5b560e9fc60f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Thu, 27 Oct 2011 09:36:55 +0200 Subject: [PATCH] Typo. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auth.php b/modules/auth.php index 688c5c5..8f71fda 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -225,7 +225,7 @@ class AuthModule extends PLModule http_redirect($returl); } else if (S::admin()) { - $page->kill("La requête d'authentification a échouée (url de retour invalide)."); + $page->kill("La requête d'authentification a échoué (url de retour invalide)."); } } } -- 2.1.4