X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FBAO%2FMailing.php;h=7c68125455d722350ce02b147818c3184e46237f;hb=64f4eebe75dbaeb429abcaa4dfca90094ce8be20;hp=d7b2817d656d4e32ba0d2e00c09fc08a9aca7ddc;hpb=16332a761911a974bb1ac078b877c48f9a3657fe;p=civicrm-core.git diff --git a/CRM/Mailing/BAO/Mailing.php b/CRM/Mailing/BAO/Mailing.php index d7b2817d65..7c68125455 100644 --- a/CRM/Mailing/BAO/Mailing.php +++ b/CRM/Mailing/BAO/Mailing.php @@ -995,7 +995,7 @@ ORDER BY civicrm_email.is_bulkmail DESC * @param bool $isForward * Is this mailing compose for forward?. * @param string $fromEmail - * Email address of who is forwardinf it. + * Email address of who is forwarding it. * * @param null $replyToEmail * @@ -2289,7 +2289,7 @@ LEFT JOIN civicrm_mailing_group g ON g.mailing_id = m.id * @param int $offset * The row number to start from. * @param int $rowCount - * The nmber of rows to return. + * The number of rows to return. * @param string $sort * The sql string that describes the sort order. *