From 5f938a0465a026d7e28bdee1c2dbc6132de96a4a Mon Sep 17 00:00:00 2001 From: nathan-castlehow Date: Wed, 29 May 2019 00:53:03 +0800 Subject: [PATCH] Update Terminal.cpp (#1034) --- src/cascadia/TerminalCore/Terminal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cascadia/TerminalCore/Terminal.cpp b/src/cascadia/TerminalCore/Terminal.cpp index 12107ed26..b6c7abff7 100644 --- a/src/cascadia/TerminalCore/Terminal.cpp +++ b/src/cascadia/TerminalCore/Terminal.cpp @@ -77,7 +77,7 @@ void Terminal::Create(COORD viewportSize, SHORT scrollbackLines, IRenderTarget& } // Method Description: -// - Initializes the Temrinal from the given set of settings. +// - Initializes the Terminal from the given set of settings. // Arguments: // - settings: the set of CoreSettings we need to use to initialize the terminal // - renderTarget: A render target the terminal can use for paint invalidation.