Fix the spelling in a comment.

This commit is contained in:
fendrin 2013-06-14 23:59:34 +02:00
parent d5d17f4c81
commit 6e8f764162

View file

@ -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.");
}