| Index: ios/chrome/browser/payments/payment_request_manager.h
|
| diff --git a/ios/chrome/browser/payments/payment_request_manager.h b/ios/chrome/browser/payments/payment_request_manager.h
|
| index 317169d1de6163581357f5d1a3828f1d54a12912..9a7d9e72fcc9722512da6f06808079393beb0755 100644
|
| --- a/ios/chrome/browser/payments/payment_request_manager.h
|
| +++ b/ios/chrome/browser/payments/payment_request_manager.h
|
| @@ -37,7 +37,7 @@ class WebState;
|
| - (instancetype)init NS_UNAVAILABLE;
|
|
|
| // Sets the WebState to be observed for invocations of the Payment Request API.
|
| -// |webState|'s lifetime should be greater than the reciever's. |webState| can
|
| +// |webState|'s lifetime should be greater than the receiver's. |webState| can
|
| // be nil.
|
| - (void)setWebState:(web::WebState*)webState;
|
|
|
|
|