| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index c50ccd0d89f2fce2912dfd0b199094a11af4e47e..2996584fb7ebf93febaafaa61b5ce84bd3896514 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -175,7 +175,7 @@
|
| // LayoutManager may adjust the bounds.
|
| void SetBounds(const gfx::Rect& new_bounds);
|
|
|
| - // Changes the bounds of the window in the screen coordinates.
|
| + // Changes the bounds of the window in the screen coordintates.
|
| // If present, the window's parent's LayoutManager may adjust the bounds.
|
| void SetBoundsInScreen(const gfx::Rect& new_bounds_in_screen_coords,
|
| const display::Display& dst_display);
|
|
|