From b5a93a9cf0f4057f246c3c468fd373f080ea38c1 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Fri, 16 May 2014 01:32:55 +0200 Subject: [PATCH] Typo --- wiki/auth/anonymous_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/auth/anonymous_user.py b/wiki/auth/anonymous_user.py index 093e1bbf..c590a419 100644 --- a/wiki/auth/anonymous_user.py +++ b/wiki/auth/anonymous_user.py @@ -54,7 +54,7 @@ class AnonymousAuth(BaseAuth): if self.can_view(request): if user_obj and user_obj.valid: return user_obj, True - sys.stderr.write("Authetification anonyme dans %s\n" % self.name) + sys.stderr.write("Authentification anonyme dans %s\n" % self.name) u = user.User(request, auth_username=self.auth_username, auth_method=self.name) u.auth_username=self.auth_username u.name=self.auth_username