summaryrefslogtreecommitdiffstats
path: root/src/shared/ptyfwd.c
diff options
context:
space:
mode:
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)