From af801fa289a768d9fbee7182b50f111c1d8fbff1 Mon Sep 17 00:00:00 2001 From: Michael Hurwicz Date: Sat, 29 Apr 2017 08:32:33 -0700 Subject: [PATCH] typo in error message --- Net/SMTP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Net/SMTP.php b/Net/SMTP.php index b791ae061..a7be877b5 100644 --- a/Net/SMTP.php +++ b/Net/SMTP.php @@ -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) {