| Index: ios/chrome/browser/ui/contextual_search/contextual_search_controller.h
|
| diff --git a/ios/chrome/browser/ui/contextual_search/contextual_search_controller.h b/ios/chrome/browser/ui/contextual_search/contextual_search_controller.h
|
| index 5b30b3cee0ffc5b596c93263b14b2a7836f76b1c..f7a97dacc445bb50ab731ec946303d225433f193 100644
|
| --- a/ios/chrome/browser/ui/contextual_search/contextual_search_controller.h
|
| +++ b/ios/chrome/browser/ui/contextual_search/contextual_search_controller.h
|
| @@ -97,7 +97,7 @@ enum StateChangeReason {
|
| delegate;
|
|
|
| // Set the Tab to be used as the opener for the search results tab. |opener|'s
|
| -// lifetime should be greater than the reciever's. |opener| can be nil.
|
| +// lifetime should be greater than the receiver's. |opener| can be nil.
|
| - (void)setTab:(Tab*)tab;
|
|
|
| // Enable or disable contextual search for the current WebState. If
|
|
|