summaryrefslogtreecommitdiffstats
path: root/src/shared/ptyfwd.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-03-14 09:40:24 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-03-14 09:40:26 +0100
commitaf02814a8556530fbaa91ed1c78551158da0632e (patch)
tree25cd7e5782af5d9c2c4e1af2a039ce20eb04f389 /src/shared/ptyfwd.c
parentTODO: fix typo (diff)
downloadsystemd-af02814a8556530fbaa91ed1c78551158da0632e.tar.xz
systemd-af02814a8556530fbaa91ed1c78551158da0632e.zip
ptyfwd: fix typo
Follow-up for d0aa368c85adf2efa29c363a6671927fe7e8e76f.
Diffstat (limited to '')
-rw-r--r--src/shared/ptyfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/ptyfwd.c b/src/shared/ptyfwd.c
index 1199713054..a514428ef2 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)