| Index: mandoline/ui/aura/native_widget_view_manager.cc
|
| diff --git a/mandoline/ui/aura/native_widget_view_manager.cc b/mandoline/ui/aura/native_widget_view_manager.cc
|
| index ba863711ba6062955c51478bba767f32c5741abf..7211d896c1ad47570b401c128eb702ec541f4a4d 100644
|
| --- a/mandoline/ui/aura/native_widget_view_manager.cc
|
| +++ b/mandoline/ui/aura/native_widget_view_manager.cc
|
| @@ -72,7 +72,7 @@ void NativeWidgetViewManager::OnWindowVisibilityChanged(aura::Window* window,
|
| bool visible) {
|
| view_->SetVisible(visible);
|
| // NOTE: We could also update aura::Window's visibility when the View's
|
| - // visibilty changes, but this code isn't going to be around for very long so
|
| + // visibility changes, but this code isn't going to be around for very long so
|
| // I'm not bothering.
|
| }
|
|
|
|
|