diff --git a/src/PIResponse.php b/src/PIResponse.php index a71ef5a04aaf6404f363d5c99946ca0d8860631a..61a1a318baa8c0cd6dded67d49ffe4b363daf775 100644 --- a/src/PIResponse.php +++ b/src/PIResponse.php @@ -86,7 +86,7 @@ class PIResponse $ret->transactionID = $map['detail']['transaction_id']; } - // Prove that the autheitication status is one of the allowed ones + // Check that the authentication status is one of the allowed ones $r = $map['result']['authentication'] ?: null; if ($r === AuthenticationStatus::CHALLENGE) {