From: Yu Watanabe Date: Thu, 14 Mar 2024 08:40:24 +0000 (+0900) Subject: ptyfwd: fix typo X-Git-Tag: v256-rc1~532 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af02814a8556530fbaa91ed1c78551158da0632e;p=thirdparty%2Fsystemd.git ptyfwd: fix typo Follow-up for d0aa368c85adf2efa29c363a6671927fe7e8e76f. --- diff --git a/src/shared/ptyfwd.c b/src/shared/ptyfwd.c index 11997130540..a514428ef2c 100644 --- a/src/shared/ptyfwd.c +++ b/src/shared/ptyfwd.c @@ -295,7 +295,7 @@ static int insert_carriage_return_color(PTYForward *f, size_t offset) { if (!f->background_color) return 0; - /* When we see a carriage return (ASCII 13) this this sets only the background */ + /* When we see a carriage return (ASCII 13) then this sets only the background */ s = background_color_sequence(f); if (!s)