From cb067ece0a00128269f01ba2e21ca6d10b2ec43b Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Wed, 21 Feb 2024 02:44:38 -0700 Subject: [PATCH] Fix comment --- Terminal.Gui/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Application.cs b/Terminal.Gui/Application.cs index 5691f51e9..5eb417840 100644 --- a/Terminal.Gui/Application.cs +++ b/Terminal.Gui/Application.cs @@ -1462,7 +1462,7 @@ public static partial class Application if (MouseGrabView.Bounds.Contains (nme.X, nme.Y) is false) { - // The mouse has moved outside the bounds of the the view that + // The mouse has moved outside the bounds of the view that // grabbed the mouse, so we tell the view that last got // OnMouseEnter the mouse is leaving // BUGBUG: That sentence makes no sense. Either I'm missing something