Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Nov 27, 2022
1 parent 8370034 commit a60afef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/Civixero/Exception/XeroThrottle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CRM_Civixero_Exception_XeroThrottle extends Exception {
*/
public function __construct($message) {
parent::__construct(ts($message));
Civi::log('civixero')->error('Xero Oath rate exceeded: ' . $message);
Civi::log('civixero')->error('Xero Oauth rate exceeded: ' . $message);
CRM_Civixero_Base::setApiRateLimitExceeded();
}

Expand Down
2 changes: 1 addition & 1 deletion managed/connector_type.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'plugin' => 'xero',
'field1_label' => 'Xero Client Id',
'field2_label' => 'Xero Secret Id',
'field3_label' => 'Xero Tennant Id',
'field3_label' => 'Xero Tenant Id',
'field5_label' => 'Settings',
'version' => 3,
],
Expand Down

0 comments on commit a60afef

Please sign in to comment.