From 374dbfdd3512fff2091f2c5cf71abc6b8ab38b37 Mon Sep 17 00:00:00 2001 From: Jonathan Hall Date: Fri, 19 Sep 2014 19:06:48 -0500 Subject: [PATCH] Correct some spellification. --- lib/Qpsmtpd/SMTP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Qpsmtpd/SMTP.pm b/lib/Qpsmtpd/SMTP.pm index be4184c..01f54a7 100644 --- a/lib/Qpsmtpd/SMTP.pm +++ b/lib/Qpsmtpd/SMTP.pm @@ -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; }