Fix spelling in comment.

This commit is contained in:
fendrin 2013-06-15 00:06:52 +02:00
parent 742437dbb4
commit 3a463b5e2d

View file

@ -88,7 +88,7 @@ bool fuh::login(const std::string& name, const std::string& password, const std:
std::string fuh::create_pepper(const std::string& name) {
// Some doulbe security, this should never be neeeded
// Some double security, this should never be needed
if(!(user_exists(name))) {
return "";
}