From a565d2899bc70014c0de2515076a9f094e9930ce Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 21 Aug 2024 11:22:33 +0900 Subject: [PATCH] Comment typo fix --- src/Exceptions/AmazonErrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exceptions/AmazonErrors.php b/src/Exceptions/AmazonErrors.php index 2e4e417..b07612e 100644 --- a/src/Exceptions/AmazonErrors.php +++ b/src/Exceptions/AmazonErrors.php @@ -32,7 +32,7 @@ final class AmazonErrors extends RuntimeException 'code' => $error_code, 'type' => $error_type, 'message' => $message, - // atach log data if exists + // attach log data if exists 'log_id' => AmazonDebug::getId(), 'log' => AmazonDebug::getLog(), ])) ?: 'AmazonErrors: json encode problem: ' . $message,