]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: answer
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:46:40 +0000 (06:46 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:46:40 +0000 (06:46 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/nl.h

index 2afda5f0f0761eed658cb6dc576c0703e0cb9c9f..e6bf0d74361a9c462b6d50e11bba8c2e5bb4bd8c 100644 (file)
@@ -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