Update Terminal.cpp (#1034)

This commit is contained in:
nathan-castlehow 2019-05-29 00:53:03 +08:00 committed by msftbot[bot]
parent 4c47631bf4
commit 5f938a0465

View file

@ -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.