| Index: ios/web/navigation/crw_session_controller.mm
|
| diff --git a/ios/web/navigation/crw_session_controller.mm b/ios/web/navigation/crw_session_controller.mm
|
| index 0821e76e464f34daa043b57d3262afe2d4e26951..8da9640b097a8dbf719d1bc1770152a76fd88b46 100644
|
| --- a/ios/web/navigation/crw_session_controller.mm
|
| +++ b/ios/web/navigation/crw_session_controller.mm
|
| @@ -373,7 +373,7 @@ - (void)clearForwardItems {
|
| if (_previousItemIndex >= forwardItemStartIndex)
|
| _previousItemIndex = -1;
|
|
|
| - // Remove the NavigationItems and notify the NavigationManater
|
| + // Remove the NavigationItems and notify the NavigationManager.
|
| _items.erase(_items.begin() + forwardItemStartIndex, _items.end());
|
| if (_navigationManager) {
|
| _navigationManager->OnNavigationItemsPruned(itemCount -
|
|
|