diff --git a/Terminal.Gui/ViewBase/View.Layout.cs b/Terminal.Gui/ViewBase/View.Layout.cs
index e6cb655723..4b8fb32c66 100644
--- a/Terminal.Gui/ViewBase/View.Layout.cs
+++ b/Terminal.Gui/ViewBase/View.Layout.cs
@@ -881,7 +881,7 @@ protected virtual void OnSubViewsLaidOut (LayoutEventArgs args)
public bool NeedsLayout { get; internal set; } = true;
///
- /// Sets to return , indicating this View and all of it's subviews
+ /// Sets to return , indicating this View and all of its subviews
/// (including adornments) need to be laid out in the next Application iteration.
///
///