diff --git a/src/Eto/Forms/Window.cs b/src/Eto/Forms/Window.cs index 07aa979ae1..a358544a3e 100644 --- a/src/Eto/Forms/Window.cs +++ b/src/Eto/Forms/Window.cs @@ -352,8 +352,8 @@ public Screen Screen /// Gets or sets the menu bar for this window /// /// - /// Some platforms have a global menu bar (e.g. ubuntu, OS X). - /// When the winow is in focus, the global menu bar will be changed to reflect the menu assigned. + /// Some platforms have a global menu bar (e.g. Ubuntu, OS X). + /// When the window is in focus, the global menu bar will be changed to reflect the menu assigned. /// /// The menu. public virtual MenuBar Menu