aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat64_cli.c
diff options
context:
space:
mode:
authorMatus Fabian <matfabia@cisco.com>2017-08-23 22:08:22 -0700
committerMatus Fabian <matfabia@cisco.com>2017-08-23 22:08:22 -0700
commitc6e8c5c6581b9b9b7a4f64fe1583d641affed173 (patch)
tree1779cd058d8b6b5864acbb114248390a71394ce8 /src/plugins/nat/nat64_cli.c
parentc940f095f63685f880c66e60b2850002c603b16a (diff)
NAT64: Fix CLI typo (VPP-961)
Change-Id: I99e2766a118754387c9f238fc1b46057ee8a23e7 Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'src/plugins/nat/nat64_cli.c')
-rw-r--r--src/plugins/nat/nat64_cli.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/nat/nat64_cli.c b/src/plugins/nat/nat64_cli.c
index bb62ecf2967..e55c4d5a9dc 100644
--- a/src/plugins/nat/nat64_cli.c
+++ b/src/plugins/nat/nat64_cli.c
@@ -895,7 +895,7 @@ VLIB_CLI_COMMAND (set_nat64_timeouts_command, static) = {
* @cliexpar
* @cliexstart{show nat64 tiemouts}
* Show NAT64 session timeouts:
- * vpp# show nat64 tiemouts
+ * vpp# show nat64 timeouts
* NAT64 session timeouts:
* UDP 300sec
* ICMP 60sec
@@ -905,8 +905,8 @@ VLIB_CLI_COMMAND (set_nat64_timeouts_command, static) = {
* @cliexend
?*/
VLIB_CLI_COMMAND (show_nat64_timeouts_command, static) = {
- .path = "show nat64 tiemouts",
- .short_help = "show nat64 tiemouts",
+ .path = "show nat64 timeouts",
+ .short_help = "show nat64 temeouts",
.function = nat64_show_timeouts_command_fn,
};