Skip to content
Snippets Groups Projects
Commit b28bba96 authored by renater.salaun's avatar renater.salaun
Browse files

typo

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@94 047e039d-479c-447e-8a29-aa6bf4a09bab
parent 2ea7cfb9
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment