From f9a5ad4355ba2cd32d1d6ce32f9b823456c05eaf Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 3 Jun 2014 21:39:35 +1200 Subject: [PATCH] spelling & comment fixes --- CRM/Contribute/Form/ContributionBase.php | 4 ++-- CRM/Price/BAO/PriceField.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Contribute/Form/ContributionBase.php b/CRM/Contribute/Form/ContributionBase.php index ef6fcae79a..d466ac9b44 100644 --- a/CRM/Contribute/Form/ContributionBase.php +++ b/CRM/Contribute/Form/ContributionBase.php @@ -34,13 +34,13 @@ */ /** - * This class generates form components for processing a ontribution + * This class generates form components for processing a contribution * */ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form { /** - * the id of the contribution page that we are proceessing + * the id of the contribution page that we are processsing * * @var int * @public diff --git a/CRM/Price/BAO/PriceField.php b/CRM/Price/BAO/PriceField.php index f65dcd1ac9..7b4ebb81f3 100644 --- a/CRM/Price/BAO/PriceField.php +++ b/CRM/Price/BAO/PriceField.php @@ -216,7 +216,7 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField { /** * This function for building custom fields * - * @param object $qf form object (reference) + * @param CRM_Core_Form $qf form object (reference) * @param string $elementName name of the custom field * @param $fieldId * @param boolean $inactiveNeeded -- 2.25.1