From 3ec92f2f7419ce5c27422b3b2023b841cbe5bf90 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 31 May 2025 04:42:59 +0900 Subject: [PATCH] terminal-util: fix typo Follow-up for 5321b957b4027be66873eac730d4ce141021e368. --- src/basic/terminal-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3