Correct some spellification.

This commit is contained in:
Jonathan Hall 2014-09-19 19:06:48 -05:00
parent 5c72cd23e2
commit 374dbfdd35

View File

@ -322,7 +322,7 @@ sub auth_parse_respond {
return $self->{_auth} = Qpsmtpd::Auth::SASL($self, $mechanism, @stuff); 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; return DENY;
} }