Skip to content

Commit

Permalink
Spelling correction to method
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Jul 26, 2011
1 parent a4af16d commit 3117208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/core/subsystems/expMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @version Release: @package_version@
* @link http://www.exponent-docs.org/api/package/PackageName
*/

/** @define "BASE" "../../.." */

/*
exponentMail is an integrator class, bringing the flexibility of SwiftMail into Exponent gracefully.
Expand Down Expand Up @@ -85,7 +85,7 @@ function __construct($params = array()) {
$conn = new Swift_Connection_Sendmail($params['connections']);
} else {
// Attempt to auto-detect.
$conn = new Swift_Connection_Sendmail(Swift_Conection_Sendmail::AUTO_DETECT);
$conn = new Swift_Connection_Sendmail(Swift_Connection_Sendmail::AUTO_DETECT);
}
break;
case "rotator":
Expand Down

0 comments on commit 3117208

Please sign in to comment.