From f3c982214218995a93d0aa190b6a0609903ee9c2 Mon Sep 17 00:00:00 2001 From: Gaurish Sharma Date: Tue, 24 Sep 2013 18:47:57 +0530 Subject: [PATCH] Typo fix --- lib/auth/authenticator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/authenticator.rb b/lib/auth/authenticator.rb index 44a371cf718..bd4861160fa 100644 --- a/lib/auth/authenticator.rb +++ b/lib/auth/authenticator.rb @@ -6,7 +6,7 @@ class Auth::Authenticator raise NotImplementedError end - # can be used to hook in afete the authentication process + # can be used to hook in after the authentication process # to ensure records exist for the provider in the db # this MUST be implemented for authenticators that do not # trust email