Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Synchro committed Mar 16, 2015
1 parent 4680d1f commit 1ad1217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpmailerTest.php
Expand Up @@ -1145,7 +1145,7 @@ public function testDenialOfServiceAttack2()
*/
public function testError()
{
$this->Mail->Subject .= ': Error hendling test - this should be sent ok';
$this->Mail->Subject .= ': Error handling test - this should be sent ok';
$this->buildBody();
$this->Mail->clearAllRecipients(); // no addresses should cause an error
$this->assertTrue($this->Mail->isError() == false, 'Error found');
Expand Down

0 comments on commit 1ad1217

Please sign in to comment.