From b28bba96f62cb0cf2a2eddb8cae0123879d1d13a Mon Sep 17 00:00:00 2001
From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab>
Date: Mon, 26 Jan 2015 16:18:56 +0000
Subject: [PATCH] typo

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@94 047e039d-479c-447e-8a29-aa6bf4a09bab
---
 bin/account-manager-web.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/account-manager-web.pl b/bin/account-manager-web.pl
index e5a20f9..08c3641 100755
--- a/bin/account-manager-web.pl
+++ b/bin/account-manager-web.pl
@@ -383,7 +383,7 @@ sub req_generate_token {
 	return undef;
     }
     
-    ## First remove token if on exist for this email+SP
+    ## First remove token if one exist for this email+SP
     if ($authentication_token->load()) {
         unless ($authentication_token->delete()) {
             push @{$self->{'param_out'}{'errors'}}, "internal";
-- 
GitLab