Fix typo in Microsoft terminal comment

This commit is contained in:
Arthur Sonzogni 2025-06-04 15:22:58 +02:00
parent bbe6d1e0a3
commit b363899a8b

View File

@ -72,7 +72,7 @@ Terminal::Color ComputeColorSupport() {
}
#if defined(FTXUI_MICROSOFT_TERMINAL_FALLBACK)
// Microsoft terminals do not properly declare themselve supporting true
// Microsoft terminals do not properly declare themselves supporting true
// colors: https://github.com/microsoft/terminal/issues/1040
// As a fallback, assume microsoft terminal are the ones not setting those
// variables, and enable true colors.