Merge pull request #181 from dali99/patch-1

Fixed a small spelling error
This commit is contained in:
Cyril Soler 2015-11-24 09:31:29 -05:00
commit 36c68e71ec

View file

@ -408,7 +408,7 @@ void RsControlModule::handleCreateLocation(Request &req, Response &resp)
std::string err_string; std::string err_string;
if(!RsAccounts::GeneratePGPCertificate(pgp_name, "", pgp_password, pgp_id, 2048, err_string)) if(!RsAccounts::GeneratePGPCertificate(pgp_name, "", pgp_password, pgp_id, 2048, err_string))
{ {
resp.setFail("could not cerate pgp key: "+err_string); resp.setFail("could not create pgp key: "+err_string);
return; return;
} }
} }