Merge pull request #16469 from civicrm/5.22
[civicrm-core.git] / tests / phpunit / api / v3 / EventTest.php
index e547da041fcac6e131aba6dcf7fceed307e9f67c..abebea1d530d5ac66da5de142d64246eb84cf910 100644 (file)
@@ -25,7 +25,7 @@ class api_v3_EventTest extends CiviUnitTestCase {
     $this->_params = [
       [
         'title' => 'Annual CiviCRM meet',
-        'summary' => 'If you have any CiviCRM realted issues or want to track where CiviCRM is heading, Sign up now',
+        'summary' => 'If you have any CiviCRM related issues or want to track where CiviCRM is heading, Sign up now',
         'description' => 'This event is intended to give brief idea about progess of CiviCRM and giving solutions to common user issues',
         'event_type_id' => 1,
         'is_public' => 1,
@@ -42,7 +42,7 @@ class api_v3_EventTest extends CiviUnitTestCase {
       ],
       [
         'title' => 'Annual CiviCRM meet 2',
-        'summary' => 'If you have any CiviCRM realted issues or want to track where CiviCRM is heading, Sign up now',
+        'summary' => 'If you have any CiviCRM related issues or want to track where CiviCRM is heading, Sign up now',
         'description' => 'This event is intended to give brief idea about progess of CiviCRM and giving solutions to common user issues',
         'event_type_id' => 1,
         'is_public' => 1,