]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
terminal-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:35:12 +0000 (16:35 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:35:18 +0000 (16:35 +0900)
Follow-up for 3390be38d19c9d339bbc0e003743ce4278aa58b6.

src/basic/terminal-util.c

index c620375efd17d58e74ad53eb6c9a2545f24fa469..2d5e7dcefc9b5e8ace064c2624ed63849617b54e 100644 (file)
@@ -2338,7 +2338,7 @@ static int scan_cursor_position_response(
                         } else {
                                 int d = undecchar(c);
 
-                                /* As above, add the decimal charatcer to our column number */
+                                /* As above, add the decimal character to our column number */
                                 if (d < 0 || context->column > (UINT_MAX-d)/10)
                                         context->state = CURSOR_TEXT;
                                 else