Fix typo in charsets.hpp (#11300)

This commit is contained in:
Ikko Ashimine 2021-09-23 04:36:43 +09:00 committed by GitHub
parent 5deb332607
commit 3afcd575df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace Microsoft::Console::VirtualTerminal
}
// Note that the 94-character sets are deliberately defined with a size of
// 95 to avoid having to test the lower bound. We just alway leave the first
// 95 to avoid having to test the lower bound. We just always leave the first
// entry - which is not meant to be mapped - as a SPACE or NBSP, which is at
// least visually equivalent to leaving it untranslated.