Browse Source

Fix comment

Brandon Thetford 1 year ago
parent
commit
cb067ece0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Application.cs

+ 1 - 1
Terminal.Gui/Application.cs

@@ -1462,7 +1462,7 @@ public static partial class Application
 
 
             if (MouseGrabView.Bounds.Contains (nme.X, nme.Y) is false)
             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 
                 // grabbed the mouse, so we tell the view that last got 
                 // OnMouseEnter the mouse is leaving
                 // OnMouseEnter the mouse is leaving
                 // BUGBUG: That sentence makes no sense. Either I'm missing something
                 // BUGBUG: That sentence makes no sense. Either I'm missing something