Fix spelling in comment.
This commit is contained in:
parent
742437dbb4
commit
3a463b5e2d
1 changed files with 1 additions and 1 deletions
|
@ -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 "";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue