From 33879c95b865d62b07f8390692dc3c7294a57375 Mon Sep 17 00:00:00 2001 From: Chris Luke Date: Tue, 28 Jun 2016 19:54:21 -0400 Subject: Fix the spelling of the word "suppress". The spelling mistake where "suppress" is written as "surpress" was sufficiently common and annoyed me enough to fix it. For backwards compatibility, the CLI and API test tool both still accept the erroneous spelling. Change-Id: I82104ae9d8c2c9d6e3396ba0d72cb1dc133081d1 Signed-off-by: Chris Luke --- vpp/vpp-api/vpe.api | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vpp/vpp-api/vpe.api') diff --git a/vpp/vpp-api/vpe.api b/vpp/vpp-api/vpe.api index 033ba240..c2fbf2eb 100644 --- a/vpp/vpp-api/vpe.api +++ b/vpp/vpp-api/vpe.api @@ -857,7 +857,7 @@ define set_ip_flow_hash_reply { /** \brief IPv6 router advertisement config request @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request - @param surpress - + @param suppress - @param managed - @param other - @param ll_option - @@ -875,7 +875,7 @@ define sw_interface_ip6nd_ra_config { u32 client_index; u32 context; u32 sw_if_index; - u8 surpress; + u8 suppress; u8 managed; u8 other; u8 ll_option; -- cgit 1.2.3-korg