typo fixes
authoryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 14 Jan 2015 08:36:59 +0000 (14:06 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 14 Jan 2015 08:36:59 +0000 (14:06 +0530)
CRM/Contribute/Page/ContributionPage.php
CRM/Utils/PDF/Utils.php

index 3492ebf0affbfd5ab3eb5c7212afb66ae4bf9d28..6ccdf2d34e7b3e6eba320b6ba37cfb301709b1fe 100644 (file)
@@ -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();
index a51df38b35e96d034cf77f20a12782f1ddcb5522..d20ef8cae1de21baf9afbeccf341f7dd77a51d79 100644 (file)
@@ -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,