Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Mar 3, 2021
1 parent beb0e66 commit 5fbb77c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Integration.php
Expand Up @@ -90,9 +90,9 @@ public function setup() {
$payments_result_controller->setup();

// Site Health controller.
$site_healht_controller = new SiteHealthController();
$site_health_controller = new SiteHealthController();

$site_healht_controller->setup();
$site_health_controller->setup();

// Settings.
add_action( 'init', array( $this, 'init' ) );
Expand Down
2 changes: 1 addition & 1 deletion src/PaymentMethodsResponse.php
Expand Up @@ -81,7 +81,7 @@ public function get_payment_method_types() {
}

/**
* Create payment methods repsonse from object.
* Create payment methods response from object.
*
* @param object $object Object.
* @return PaymentMethodsResponse
Expand Down
2 changes: 1 addition & 1 deletion src/PaymentResultResponse.php
Expand Up @@ -139,7 +139,7 @@ public function set_psp_reference( $psp_reference ) {
}

/**
* Create payment result repsonse from object.
* Create payment result response from object.
*
* @param object $object Object.
* @return PaymentResultResponse
Expand Down
2 changes: 1 addition & 1 deletion src/PaymentSessionResponse.php
Expand Up @@ -50,7 +50,7 @@ public function get_payment_session() {
}

/**
* Create payment session repsonse from object.
* Create payment session response from object.
*
* @param object $object Object.
* @return PaymentSessionResponse
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseObject.php
Expand Up @@ -19,7 +19,7 @@
*/
abstract class ResponseObject {
/**
* Originale response object.
* Original response object.
*
* @var object|null
*/
Expand Down

0 comments on commit 5fbb77c

Please sign in to comment.