Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Feb 1, 2016
1 parent 0cddee4 commit ec103cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lists/admin/class.phplistmailer.php
Expand Up @@ -15,7 +15,7 @@ class PHPlistMailer extends PHPMailer
public $WordWrap = 75;
public $encoding = 'base64';
public $messageid = 0;
public $destionationemail = '';
public $destinationemail = '';
public $estimatedsize = 0;
public $mailsize = 0;
private $inBlast = false;
Expand Down

0 comments on commit ec103cf

Please sign in to comment.