Fix a typo.
authorThomas Hochstein <thh@inter.net>
Mon, 24 Oct 2011 20:26:53 +0000 (22:26 +0200)
committerThomas Hochstein <thh@inter.net>
Mon, 24 Oct 2011 20:26:53 +0000 (22:26 +0200)
Signed-off-by: Thomas Hochstein <thh@inter.net>
checkmail.pl

index 537d8f0..c89ca9f 100644 (file)
@@ -227,7 +227,7 @@ sub checksmtp {
         # verification impossible?
         } elsif ($success) {
           $status = 3;
         # 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
         }
       }
       # if -r is not set or status was not set to 3: valid address
This page took 0.011844 seconds and 4 git commands to generate.