]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ptyfwd: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 14 Mar 2024 08:40:24 +0000 (17:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 14 Mar 2024 08:40:26 +0000 (17:40 +0900)
Follow-up for d0aa368c85adf2efa29c363a6671927fe7e8e76f.

src/shared/ptyfwd.c

index 11997130540a071ce8ecb4e4a56941568d03290c..a514428ef2c75d6f484aaa0a0569c956102880de 100644 (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)