Merge pull request #128 from flimzy/spelification

Correct some spellification.
This commit is contained in:
Matt Simerson 2014-09-19 17:08:18 -07:00
commit 3273abb25e

View File

@ -322,7 +322,7 @@ sub auth_parse_respond {
return $self->{_auth} = Qpsmtpd::Auth::SASL($self, $mechanism, @stuff);
}
$self->respond(504, "Unimplemented authentification mechanism: $mechanism");
$self->respond(504, "Unimplemented authentication mechanism: $mechanism");
return DENY;
}