test/ipsec: fix a typo in function name
authorThomas Monjalon <thomas@monjalon.net>
Wed, 19 Feb 2020 11:26:50 +0000 (12:26 +0100)
committerAkhil Goyal <akhil.goyal@oss.nxp.com>
Thu, 20 Feb 2020 10:16:46 +0000 (11:16 +0100)
commite162f1a7513480f66ed9407cecd83d17954c5f36
tree00f388e0b29c1ad9cfc1130f39d77cfadf2cfb67
parent8aca7abd93a8d39bd4829728c03479c4f05e5c65
test/ipsec: fix a typo in function name

The name of the static function check_cryptodev_capablity()
is fixed for the word "capability".
There is no functional change.

The same typo is fixed in a comment in ip_fragmentation example.

Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
app/test/test_ipsec.c
examples/ip_fragmentation/main.c