From b3b5b0ff382864a35fd970e11e9cfab568460705 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 06:46:40 +0000 Subject: [PATCH] spelling: answer Signed-off-by: Josh Soref --- src/lxc/nl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lxc/nl.h b/src/lxc/nl.h index 2afda5f0f..e6bf0d743 100644 --- a/src/lxc/nl.h +++ b/src/lxc/nl.h @@ -126,9 +126,9 @@ int __netlink_send(struct nl_handler *handler, struct nlmsghdr *nlmsg); * Returns 0 on success, < 0 otherwise */ int netlink_transaction(struct nl_handler *handler, - struct nlmsg *request, struct nlmsg *anwser); + struct nlmsg *request, struct nlmsg *answer); int __netlink_transaction(struct nl_handler *handler, struct nlmsghdr *request, - struct nlmsghdr *anwser); + struct nlmsghdr *answer); /* * nla_put_string: copy a null terminated string to a netlink message -- 2.47.2