]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
terminal-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 30 May 2025 19:42:59 +0000 (04:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 30 May 2025 19:44:34 +0000 (04:44 +0900)
Follow-up for 5321b957b4027be66873eac730d4ce141021e368.

src/basic/terminal-util.c

index c1989cf0b004af6e6753a1375922cd81d5a0337a..b2a1c5c61567d4296930f99dd05de939f03e118c 100644 (file)
@@ -2567,7 +2567,7 @@ int terminal_get_terminfo_by_dcs(int fd, char **ret_name) {
 
                 if (bytes == sizeof(buf)) {
                         r = -EOPNOTSUPP; /* The response has the right prefix, but we didn't find a valid
-                                          * answer with a terminator in the alloted space. Something is
+                                          * answer with a terminator in the allotted space. Something is
                                           * wrong, possibly some unrelated bytes got injected into the
                                           * answer. */
                         break;