From 9fd083ba5fc9e4acdd9185d1bcaa221653bb4518 Mon Sep 17 00:00:00 2001 From: BDisp Date: Fri, 4 Dec 2020 21:34:45 +0000 Subject: [PATCH] Typo fixing. --- Terminal.Gui/Core/ConsoleDriver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Core/ConsoleDriver.cs b/Terminal.Gui/Core/ConsoleDriver.cs index 7be26f4a6..e1e53a37f 100644 --- a/Terminal.Gui/Core/ConsoleDriver.cs +++ b/Terminal.Gui/Core/ConsoleDriver.cs @@ -885,7 +885,7 @@ namespace Terminal.Gui { /// Screen relative region where the frame will be drawn. /// Padding to add on the sides. /// If set to true it will clear the contents with the current color, otherwise the contents will be left untouched. - /// This API has been supersede by . + /// This API has been superseded by . /// This API is equivalent to calling DrawWindowFrame(Rect, p - 1, p - 1, p - 1, p - 1). In other words, /// A padding value of 0 means there is actually a one cell border. ///