Skip to content

Commit

Permalink
Merge pull request #181 from mhurwicz/master
Browse files Browse the repository at this point in the history
typo in error message
  • Loading branch information
eileenmcnaughton authored Apr 30, 2017
2 parents 6123d32 + af801fa commit 61ac02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Net/SMTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ function setAuthMethod($name, $callback, $prepend = true)

if (is_array($callback)) {
if (!is_object($callback[0]) || !is_string($callback[1]))
return PEAR::raiseError('Bad mMethod callback array');
return PEAR::raiseError('Bad method callback array');
}

if ($prepend) {
Expand Down

0 comments on commit 61ac02e

Please sign in to comment.