From: yashodha Date: Wed, 14 Jan 2015 08:36:59 +0000 (+0530) Subject: typo fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=13efab9dbba92f5234ad9e7615a505cf35a43d70;p=civicrm-core.git typo fixes --- 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,