Fix the spelling in a comment.
This commit is contained in:
parent
d5d17f4c81
commit
6e8f764162
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
bool user_handler::send_mail(const std::string& to_user,
|
||||
const std::string& /*subject*/, const std::string& /*message*/) {
|
||||
|
||||
//If this user is registerd at all
|
||||
//If this user is registered at all
|
||||
if(!user_exists(to_user)) {
|
||||
throw error("Could not send email. No user with the name '" + to_user + "' exists.");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue