From 572fe24467d6d8843f2f5c26e330f16f8c1408e7 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 19 Mar 2019 15:08:52 +0200 Subject: Fix typo --- sendEmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendEmail b/sendEmail index e54cb88..9078fc2 100755 --- a/sendEmail +++ b/sendEmail @@ -453,7 +453,7 @@ sub processCommandLine { if ( $opt{'username'} ) { if (!$opt{'password'}) { ## Prompt for a password since one wasn't specified with the -xp option. - $SIG{'ALRM'} = sub { quit("ERROR => Timeout waiting for password inpupt", 1); }; + $SIG{'ALRM'} = sub { quit("ERROR => Timeout waiting for password input", 1); }; alarm(60) if ($^O !~ /mswin/i); ## alarm() doesn't work in win32 print "Password: "; $opt{'password'} = ; chomp $opt{'password'}; -- cgit v1.2.3