From: Josh Soref Date: Tue, 30 Oct 2018 06:46:40 +0000 (+0000) Subject: spelling: answer X-Git-Tag: lxc-3.1.0~26^2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b5b0ff382864a35fd970e11e9cfab568460705;p=thirdparty%2Flxc.git spelling: answer Signed-off-by: Josh Soref --- 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