Merge pull request #131 from BrianDurham/master

Update 'There is not basic password file list' message
This commit is contained in:
Jean-Marie Renouard 2015-10-09 11:19:31 +02:00
commit cd7dc15ed8

View file

@ -1305,7 +1305,7 @@ sub security_recommendations {
} }
unless ( -f $basic_password_files ) { unless ( -f $basic_password_files ) {
badprint "There is not basic password file list !"; badprint "There is no basic password file list !";
return; return;
} }