diff --git a/bin/account-manager-web.pl b/bin/account-manager-web.pl index e5a20f9eb56357c8ccd63102f5013feaf7f1ed7c..08c3641a46bff2072264edf5b32173326f81c5ac 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";