From: Yu Watanabe Date: Fri, 30 May 2025 19:42:59 +0000 (+0900) Subject: terminal-util: fix typo X-Git-Tag: v258-rc1~437 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ec92f2f7419ce5c27422b3b2023b841cbe5bf90;p=thirdparty%2Fsystemd.git terminal-util: fix typo Follow-up for 5321b957b4027be66873eac730d4ce141021e368. --- diff --git a/src/basic/terminal-util.c b/src/basic/terminal-util.c index c1989cf0b00..b2a1c5c6156 100644 --- a/src/basic/terminal-util.c +++ b/src/basic/terminal-util.c @@ -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;