| Index: ios/web/public/web_state/web_state.h
|
| diff --git a/ios/web/public/web_state/web_state.h b/ios/web/public/web_state/web_state.h
|
| index a1a49fcd65208b7e0d1a0ac371ee987d3904c6e9..3ce579b36e143720e6aad95ed5a0bff7ffdb0203 100644
|
| --- a/ios/web/public/web_state/web_state.h
|
| +++ b/ios/web/public/web_state/web_state.h
|
| @@ -61,7 +61,7 @@ class WebState : public base::SupportsUserData {
|
| web::BrowserState* browser_state;
|
|
|
| // Whether the WebState is created as the result of a window.open or by
|
| - // clicking a link with a blank targer. Used to determin whether the
|
| + // clicking a link with a blank target. Used to determine whether the
|
| // WebState is allowed to be closed via window.close().
|
| bool created_with_opener;
|
| };
|
|
|