From 382c5a59e4be1ff27a6871a0a504f1c726832d6e Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Mon, 24 Oct 2011 22:26:53 +0200 Subject: [PATCH] Fix a typo. Signed-off-by: Thomas Hochstein --- checkmail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkmail.pl b/checkmail.pl index 537d8f0..c89ca9f 100644 --- a/checkmail.pl +++ b/checkmail.pl @@ -227,7 +227,7 @@ sub checksmtp { # verification impossible? } elsif ($success) { $status = 3; - print " > Address verificaton impossible. You'll have to send a test mail ...\n" if !($options{'q'}); + print " > Address verification impossible. You'll have to send a test mail ...\n" if !($options{'q'}); } } # if -r is not set or status was not set to 3: valid address -- 2.20.1