From 13efab9dbba92f5234ad9e7615a505cf35a43d70 Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 14 Jan 2015 14:06:59 +0530 Subject: [PATCH] typo fixes --- CRM/Contribute/Page/ContributionPage.php | 2 +- CRM/Utils/PDF/Utils.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Contribute/Page/ContributionPage.php b/CRM/Contribute/Page/ContributionPage.php index 3492ebf0af..6ccdf2d34e 100644 --- a/CRM/Contribute/Page/ContributionPage.php +++ b/CRM/Contribute/Page/ContributionPage.php @@ -624,7 +624,7 @@ ORDER BY title asc * * @return int[] */ - pubic function getCampaignIds() { + public function getCampaignIds() { // The unfiltered value from the session cannot be trusted, it needs to be // processed to get a clean array of positive integers. $ids = array(); diff --git a/CRM/Utils/PDF/Utils.php b/CRM/Utils/PDF/Utils.php index a51df38b35..d20ef8cae1 100644 --- a/CRM/Utils/PDF/Utils.php +++ b/CRM/Utils/PDF/Utils.php @@ -301,7 +301,7 @@ class CRM_Utils_PDF_Utils { * @param string $author * @param string $title */ - pubic static function &pdflib( + public static function &pdflib( $fileName, $searchPath, &$values, -- 2.25.1