diff --git a/src/ftxui/screen/terminal.cpp b/src/ftxui/screen/terminal.cpp index 8878a1f9..feeeba95 100644 --- a/src/ftxui/screen/terminal.cpp +++ b/src/ftxui/screen/terminal.cpp @@ -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.