CRM-12457
authorDonald A. Lobo <lobo@civicrm.org>
Mon, 29 Apr 2013 21:44:58 +0000 (14:44 -0700)
committerDonald A. Lobo <lobo@civicrm.org>
Mon, 29 Apr 2013 21:44:58 +0000 (14:44 -0700)
----------------------------------------
* CRM-12457: Typo - 'Succesful' is spelled 'Successful'
  http://issues.civicrm.org/jira/browse/CRM-12457

15 files changed:
CRM/Activity/Import/Form/Summary.php
CRM/Activity/Import/Parser/Activity.php
CRM/Contribute/Import/Form/Summary.php
CRM/Contribute/Import/Parser/Contribution.php
CRM/Core/Payment/Elavon.php
CRM/Core/Payment/FirstData.php
CRM/Core/Payment/PayflowPro.php
CRM/Core/Payment/eWAY.php
CRM/Event/Import/Form/Summary.php
CRM/Event/Import/Parser/Participant.php
CRM/Import/Parser/Contact.php
CRM/Mailing/Event/BAO/Unsubscribe.php
CRM/Mailing/Form/Test.php
CRM/Member/Import/Form/Summary.php
CRM/Member/Import/Parser/Membership.php

index 38b9ca5f295ccf7416d9a4486591202f2cdca1a7..c8f8d3847fdc72a0722d49dfdbf351e42e666e6f 100644 (file)
@@ -87,7 +87,7 @@ class CRM_Activity_Import_Form_Summary extends CRM_Core_Form {
 
       $this->assign('dupeError', TRUE);
 
-      /* only subtract dupes from succesful import if we're skipping */
+      /* only subtract dupes from successful import if we're skipping */
 
       $this->set('validRowCount', $totalRowCount - $invalidRowCount -
         $conflictRowCount - $duplicateRowCount - $mismatchCount
index 1bffc07834dc9fb57eb34d41b2445f9b0afb467b..d3f06339a820d8b6eb318553214b39f4f5fb79d8 100644 (file)
@@ -48,7 +48,7 @@ class CRM_Activity_Import_Parser_Activity extends CRM_Activity_Import_Parser {
   private $_activityDateIndex;
 
   /**
-   * Array of succesfully imported activity id's
+   * Array of successfully imported activity id's
    *
    * @array
    */
index 982289593f3f4d35fbc7b7a660e91d0f04065420..2d9829281a75467960951ffb0408f2ccabd14af2 100644 (file)
@@ -98,7 +98,7 @@ class CRM_Contribute_Import_Form_Summary extends CRM_Core_Form {
 
       $this->assign('dupeError', TRUE);
 
-      /* only subtract dupes from succesful import if we're skipping */
+      /* only subtract dupes from successfyul import if we're skipping */
 
       $this->set('validRowCount', $totalRowCount - $invalidRowCount -
         $conflictRowCount - $duplicateRowCount - $mismatchCount - $invalidSoftCreditRowCount - $invalidPledgePaymentRowCount
index 64bcb9e297349de861a478ca3404f3d78c098ea2..3de0470e79a8bf73932beed44c0895732d670b75 100644 (file)
@@ -48,7 +48,7 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Contribute_Import_Pa
   //protected $_mapperPhoneType;
 
   /**
-   * Array of succesfully imported contribution id's
+   * Array of successfully imported contribution id's
    *
    * @array
    */
@@ -183,7 +183,7 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Contribute_Import_Pa
 
           case 'cancel_date':
             if ($dateValue = CRM_Utils_Date::formatDate($params[$key], $dateType)) {
-              $params[$key] = $dateValue;  
+              $params[$key] = $dateValue;
             }
             else {
               CRM_Import_Parser_Contact::addToErrorMsg('Cancel Date', $errorMessage);
@@ -394,7 +394,7 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Contribute_Import_Pa
           }
 
           $newContribution = CRM_Contribute_BAO_Contribution::create($formatted, $ids);
-         
+
           $this->_newContributions[] = $newContribution->id;
 
           //return soft valid since we need to show how soft credits were added
@@ -573,7 +573,7 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Contribute_Import_Pa
   }
 
   /**
-   * Get the array of succesfully imported contribution id's
+   * Get the array of successfully imported contribution id's
    *
    * @return array
    * @access public
index 9bd0105e4622560ccd664bdd67512b9039d06610..19fa8c997f5a51b0b4333bc8129ea4d2863c3b9f 100644 (file)
@@ -104,7 +104,7 @@ class CRM_Core_Payment_Elavon extends CRM_Core_Payment {
     // 32 character string
     $requestFields['ssl_invoice_number'] = $params['invoiceID'];
     $requestFields['ssl_transaction_type'] = "CCSALE";
-    $requestFields['ssl_description'] = empty($params['description']) ? "backoffice payment" : $params['description']; 
+    $requestFields['ssl_description'] = empty($params['description']) ? "backoffice payment" : $params['description'];
     $requestFields['ssl_customer_number'] = substr($params['credit_card_number'], -4);
 
     /************************************************************************************
@@ -246,7 +246,7 @@ class CRM_Core_Payment_Elavon extends CRM_Core_Payment {
     curl_close($ch);
 
     /**********************************************************
-     * Payment succesfully sent to gateway - process the response now
+     * Payment successfully sent to gateway - process the response now
      **********************************************************/
 
     $processorResponse = self::decodeXMLResponse($responseData);
index 140b5b8963cfbe0b190eda42d1d71a2a13a7cd2b..950f159b06c5ada037ad435133f52278642c333f 100644 (file)
@@ -275,7 +275,7 @@ class CRM_Core_Payment_FirstData extends CRM_Core_Payment {
     curl_close($ch);
 
     //----------------------------------------------------------------------------------------------------
-    // Payment succesfully sent to gateway - process the response now
+    // Payment successfully sent to gateway - process the response now
     //----------------------------------------------------------------------------------------------------
     //
     $processorResponse = lphp::decodeXML($responseData);
index 174300a26930302f00edf818448ae6e4776e1dd2..5104ffc18f2bbe53b9a42a20b3a3283fa3502a51 100644 (file)
@@ -35,7 +35,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     $this->_paymentProcessor = $paymentProcessor;
     $this->_processorName = ts('Payflow Pro');
   }
-  
+
   /**
    * singleton function used to manage this object
    *
@@ -66,7 +66,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     /*
      * define variables for connecting with the gateway
      */
-    
+
     // Are you using the Payflow Fraud Protection Service?
     // Default is YES, change to NO or blank if not.
     //This has not been investigated as part of writing this payment processor
@@ -272,7 +272,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     $responseData = self::submit_transaction($submiturl, $payflow_query);
 
     /*
-     * Payment succesfully sent to gateway - process the response now
+     * Payment successfully sent to gateway - process the response now
      */
     $result = strstr($responseData, "RESULT");
     $nvpArray = array();
@@ -395,7 +395,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
    * returns string $errorMsg if any errors found - null if OK
    *
    */
-  
+
   //  function checkConfig( $mode )          // CiviCRM V1.9 Declaration
 
   // CiviCRM V2.0 Declaration
@@ -440,7 +440,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     /*
      * Submit transaction using CuRL
      */
-      
+
     // get data ready for API
     $user_agent = $_SERVER['HTTP_USER_AGENT'];
     // Here's your custom headers; adjust appropriately for your setup:
@@ -582,7 +582,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     /*
      * define variables for connecting with the gateway
      */
-    
+
     //if you have not set up a separate user account the vendor name is used as the username
     if (!$this->_paymentProcessor['subject']) {
       $user = $this->_paymentProcessor['user_name'];
@@ -623,9 +623,9 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     //ie. url at payment processor to submit to.
     $responseData = self::submit_transaction($submiturl, $payflow_query);
     /*
-     * Payment succesfully sent to gateway - process the response now
+     * Payment successfully sent to gateway - process the response now
      */
-    
+
     $result = strstr($responseData, "RESULT");
     $nvpArray = array();
     while (strlen($result)) {
index 0bb683548d51ff8e25bd53be60ee70847b09b2db..e33652ccf35a47f246b98dfb9248e5d0bb908596 100644 (file)
@@ -344,7 +344,7 @@ class CRM_Core_Payment_eWAY extends CRM_Core_Payment {
     curl_close($submit);
 
     //----------------------------------------------------------------------------------------------------
-    // Payment succesfully sent to gateway - process the response now
+    // Payment successfully sent to gateway - process the response now
     //----------------------------------------------------------------------------------------------------
     $eWAYResponse->ProcessResponse($responseData);
 
index a3ae8db679f56a09dbe7cb09665beb46476498a0..66754e6cf3e86eefc1f86174e2fc1977fbe7178c 100644 (file)
@@ -86,7 +86,7 @@ class CRM_Event_Import_Form_Summary extends CRM_Core_Form {
 
       $this->assign('dupeError', TRUE);
 
-      /* only subtract dupes from succesful import if we're skipping */
+      /* only subtract dupes from successful import if we're skipping */
 
       $this->set('validRowCount', $totalRowCount - $invalidRowCount -
         $conflictRowCount - $duplicateRowCount - $mismatchCount
index 5e526489c93f4672c4a995529c8feba20e9fcf02..477f7ca9c9ed3830485af0ad0ab51c74468cbef4 100644 (file)
@@ -51,7 +51,7 @@ class CRM_Event_Import_Parser_Participant extends CRM_Event_Import_Parser {
   private $_eventTitleIndex;
 
   /**
-   * Array of succesfully imported participants id's
+   * Array of successfully imported participants id's
    *
    * @array
    */
@@ -486,7 +486,7 @@ class CRM_Event_Import_Parser_Participant extends CRM_Event_Import_Parser {
   }
 
   /**
-   * Get the array of succesfully imported Participation ids
+   * Get the array of successfully imported Participation ids
    *
    * @return array
    * @access public
index b703f95e212286fcb7ba55bcce08abe8ae1d3748..fc540a9444d118eb4e0331b39ad0f1a574dceb55 100644 (file)
@@ -72,7 +72,7 @@ class CRM_Import_Parser_Contact extends CRM_Import_Parser {
   protected $_parseStreetAddress;
 
   /**
-   * Array of succesfully imported contact id's
+   * Array of successfully imported contact id's
    *
    * @array
    */
@@ -86,7 +86,7 @@ class CRM_Import_Parser_Contact extends CRM_Import_Parser {
   protected $_lineCount;
 
   /**
-   * Array of succesfully imported related contact id's
+   * Array of successfully imported related contact id's
    *
    * @array
    */
@@ -1084,7 +1084,7 @@ class CRM_Import_Parser_Contact extends CRM_Import_Parser {
   }
 
   /**
-   * Get the array of succesfully imported contact id's
+   * Get the array of successfully imported contact id's
    *
    * @return array
    * @access public
@@ -1094,7 +1094,7 @@ class CRM_Import_Parser_Contact extends CRM_Import_Parser {
   }
 
   /**
-   * Get the array of succesfully imported related contact id's
+   * Get the array of successfully imported related contact id's
    *
    * @return array
    * @access public
index 3a410285332d942ca76e6bb93d2b5d76779f82a8..1910ab37a28f194c8997054ef77432bdd17c6c27 100644 (file)
@@ -50,7 +50,7 @@ class CRM_Mailing_Event_BAO_Unsubscribe extends CRM_Mailing_Event_DAO_Unsubscrib
    * @param int $queue_id     The Queue Event ID of the recipient
    * @param string $hash      The hash
    *
-   * @return boolean          Was the contact succesfully unsubscribed?
+   * @return boolean          Was the contact successfully unsubscribed?
    * @access public
    * @static
    */
@@ -143,8 +143,8 @@ WHERE  email = %2
     $gc = $gcObject->getTableName();
 
     //We Need the mailing Id for the hook...
-    $do->query("SELECT $job.mailing_id as mailing_id 
-                     FROM   $job 
+    $do->query("SELECT $job.mailing_id as mailing_id
+                     FROM   $job
                      WHERE $job.id = " . CRM_Utils_Type::escape($job_id, 'Integer'));
     $do->fetch();
     $mailing_id = $do->mailing_id;
@@ -159,11 +159,11 @@ WHERE  email = %2
             INNER JOIN  $group
                 ON      $mg.entity_id = $group.id
             WHERE       $job.id = " . CRM_Utils_Type::escape($job_id, 'Integer') . "
-                AND     $mg.group_type IN ('Include', 'Base') 
+                AND     $mg.group_type IN ('Include', 'Base')
                 AND     $group.is_hidden = 0"
     );
 
-    /* Make a list of groups and a list of prior mailings that received 
+    /* Make a list of groups and a list of prior mailings that received
          * this mailing */
 
 
@@ -310,9 +310,9 @@ WHERE  email = %2
     list($domainEmailName, $domainEmailAddress) = CRM_Core_BAO_Domain::getNameAndEmail();
 
     $dao = new CRM_Mailing_BAO_Mailing();
-    $dao->query("   SELECT * FROM $mailingTable 
+    $dao->query("   SELECT * FROM $mailingTable
                         INNER JOIN $jobTable ON
-                            $jobTable.mailing_id = $mailingTable.id 
+                            $jobTable.mailing_id = $mailingTable.id
                         WHERE $jobTable.id = $job");
     $dao->fetch();
 
index 664ecfacebe31307b2a7870f7e96a63282c47c69..b6d47159cce715d3f7b0990b401370b04f7279e4 100644 (file)
@@ -176,7 +176,7 @@ class CRM_Mailing_Form_Test extends CRM_Core_Form {
    * @param array $files      Any files posted to the form
    * @param array $self       an current this object
    *
-   * @return boolean          true on succesful SMTP handoff
+   * @return boolean          true on successful SMTP handoff
    * @access public
    */
   static function testMail($testParams, $files, $self) {
@@ -260,7 +260,7 @@ class CRM_Mailing_Form_Test extends CRM_Core_Form {
       }
     }
 
-    if (CRM_Utils_Array::value('_qf_Test_next', $testParams) && 
+    if (CRM_Utils_Array::value('_qf_Test_next', $testParams) &&
       $self->get('count') <= 0) {
       return array(
         '_qf_default' =>
index e2f552adea18cb68e5529f9d55b538c76875a148..095d4ea3f491c2cc33c97b142edd9322a168744c 100644 (file)
@@ -87,7 +87,7 @@ class CRM_Member_Import_Form_Summary extends CRM_Core_Form {
 
       $this->assign('dupeError', TRUE);
 
-      /* only subtract dupes from succesful import if we're skipping */
+      /* only subtract dupes from successful import if we're skipping */
 
       $this->set('validRowCount', $totalRowCount - $invalidRowCount -
         $conflictRowCount - $duplicateRowCount - $mismatchCount
index 0c8215947d6a77fc4e7134d5c690441f29ee4da4..46310eed01fe34fa6fc5719553c5ffb7783360f4 100644 (file)
@@ -49,7 +49,7 @@ class CRM_Member_Import_Parser_Membership extends CRM_Member_Import_Parser {
   private $_membershipStatusIndex;
 
   /**
-   * Array of succesfully imported membership id's
+   * Array of successfully imported membership id's
    *
    * @array
    */
@@ -588,7 +588,7 @@ class CRM_Member_Import_Parser_Membership extends CRM_Member_Import_Parser {
   }
 
   /**
-   * Get the array of succesfully imported membership id's
+   * Get the array of successfully imported membership id's
    *
    * @return array
    * @access public