1
0
mirror of https://github.com/systemd/systemd synced 2024-07-05 17:39:42 +00:00

ptyfwd: fix typo

Follow-up for d0aa368c85.
This commit is contained in:
Yu Watanabe 2024-03-14 17:40:24 +09:00
parent fcaa510597
commit af02814a85

View File

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