From e017d14b8cad3eecdbba564bdd6654d74b808876 Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 17 Mar 2020 12:32:12 +1300 Subject: [PATCH] (NFC) Minor typo: receipients > recipients --- CRM/Mailing/DAO/Spool.php | 6 +++--- xml/schema/Mailing/Spool.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Mailing/DAO/Spool.php b/CRM/Mailing/DAO/Spool.php index 3305ea5fad..d5b77c77d3 100644 --- a/CRM/Mailing/DAO/Spool.php +++ b/CRM/Mailing/DAO/Spool.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Spool.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:02a2772d9f468c566718c382d86373c6) + * (GenCodeChecksum:d7cd83f74e7fdb454cf91ea9d2fd3450) */ /** @@ -41,7 +41,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { public $job_id; /** - * The email of the receipients this mail is to be sent. + * The email of the recipients this mail is to be sent. * * @var text */ @@ -134,7 +134,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO { 'name' => 'recipient_email', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Recipient Email'), - 'description' => ts('The email of the receipients this mail is to be sent.'), + 'description' => ts('The email of the recipients this mail is to be sent.'), 'where' => 'civicrm_mailing_spool.recipient_email', 'table_name' => 'civicrm_mailing_spool', 'entity' => 'Spool', diff --git a/xml/schema/Mailing/Spool.xml b/xml/schema/Mailing/Spool.xml index a3f26cf950..de95f7b9e5 100644 --- a/xml/schema/Mailing/Spool.xml +++ b/xml/schema/Mailing/Spool.xml @@ -32,7 +32,7 @@ recipient_email Recipient Email text - The email of the receipients this mail is to be sent. + The email of the recipients this mail is to be sent. headers -- 2.25.1