Fix typos

This commit is contained in:
Girish Ramakrishnan
2017-06-29 10:11:55 -05:00
parent fd5a05db6c
commit c07df68558
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ function checkSmtpRelay(relay, callback) {
}));
transporter.verify(function(error) {
result.status = !!error;
result.status = !error;
if (error) {
result.value = error.message;
return callback(error, result);