summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-06-05 09:28:59 (GMT)
committerThomas Haller <thaller@redhat.com>2015-06-05 09:28:59 (GMT)
commita9c789ccd4e24db3b14ffaf3f57ee3e3a57f6fca (patch)
treeb69fca6d903c14eaf28f77d8f0dccefad4caee7d /lib
parentbbdcaea9a779885fedc04817dcc11953a377bfd5 (diff)
downloadlibnl-a9c789ccd4e24db3b14ffaf3f57ee3e3a57f6fca.zip
libnl-a9c789ccd4e24db3b14ffaf3f57ee3e3a57f6fca.tar.gz
libnl-a9c789ccd4e24db3b14ffaf3f57ee3e3a57f6fca.tar.bz2
lib: fix spelling of NL_CAPABILITY_NL_RECV_FAIL_TRUNC_NO_PEEK
Instead of NL_CAPABILITY_NL_RECV_FAIL_TRUNK_NO_PEEK. Fixes: bbdcaea9a779885fedc04817dcc11953a377bfd5 Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.c b/lib/utils.c
index aa0d1e1..56eb556 100644
--- a/lib/utils.c
+++ b/lib/utils.c
@@ -1150,7 +1150,7 @@ int nl_has_capability (int capability)
NL_CAPABILITY_ROUTE_LINK_GET_KERNEL_FAIL_OPNOTSUPP,
NL_CAPABILITY_ROUTE_ADDR_COMPARE_CACHEINFO,
NL_CAPABILITY_VERSION_3_2_26,
- NL_CAPABILITY_NL_RECV_FAIL_TRUNK_NO_PEEK),
+ NL_CAPABILITY_NL_RECV_FAIL_TRUNC_NO_PEEK),
/* IMPORTANT: these capability numbers are intended to be universal and stable
* for libnl3. Don't allocate new numbers on your own that differ from upstream
* libnl3.