From 41ba9633924a14d992f495dee6eac2467def0d35 Mon Sep 17 00:00:00 2001 From: RoboSchmied Date: Wed, 10 Apr 2024 17:54:56 +0200 Subject: [PATCH] fix: typos in comment section of `in_app_purchase.mm` (#41788) fix 2 typo Signed-off-by: Michael Seibt --- shell/browser/mac/in_app_purchase.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/browser/mac/in_app_purchase.mm b/shell/browser/mac/in_app_purchase.mm index 3ff87a98300d..267dc9ef5e2f 100644 --- a/shell/browser/mac/in_app_purchase.mm +++ b/shell/browser/mac/in_app_purchase.mm @@ -79,10 +79,10 @@ } /** - * Process product informations and start the payment. + * Process product information and start the payment. * * @param request - The product request. - * @param response - The informations about the list of products. + * @param response - The information about the list of products. */ - (void)productsRequest:(SKProductsRequest*)request didReceiveResponse:(SKProductsResponse*)response {