| Index: ui/views/widget/widget.cc
|
| diff --git a/ui/views/widget/widget.cc b/ui/views/widget/widget.cc
|
| index 06f50843248c4496ce9ff6b09a039588c5e795f2..2c1d43d38f15406835b1ec040f3b72dfdd15207d 100644
|
| --- a/ui/views/widget/widget.cc
|
| +++ b/ui/views/widget/widget.cc
|
| @@ -1258,7 +1258,7 @@ void Widget::SetInitialBounds(const gfx::Rect& bounds) {
|
| if (GetSavedWindowPlacement(&saved_bounds, &saved_show_state_)) {
|
| if (saved_show_state_ == ui::SHOW_STATE_MAXIMIZED) {
|
| // If we're going to maximize, wait until Show is invoked to set the
|
| - // bounds. That way we avoid a noticable resize.
|
| + // bounds. That way we avoid a noticeable resize.
|
| initial_restored_bounds_ = saved_bounds;
|
| } else {
|
| SetBounds(saved_bounds);
|
|
|