tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"

There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/r/20240308084458.2045266-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Colin Ian King 2024-03-08 08:44:58 +00:00 committed by Jakub Kicinski
parent d721812aa8
commit 6de3b6c75d
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ static int ynl_msg_end(struct ynl_sock *ys, struct nlmsghdr *nlh)
}
if (nlh->nlmsg_pid == YNL_MSG_OVERFLOW) {
yerr(ys, YNL_ERROR_INPUT_TOO_BIG,
"Constructred message longer than internal buffer");
"Constructed message longer than internal buffer");
return -EMSGSIZE;
}