From beededb77eaa70f7914af0143341e58cf7e80e22 Mon Sep 17 00:00:00 2001
From: Miepee <38186597+Miepee@users.noreply.github.com>
Date: Mon, 10 Jan 2022 10:16:52 +0100
Subject: [PATCH] MenuBar documentation typo fix
---
src/Eto/Forms/Window.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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