vlib: Trivial - fix typo in short help 52/23252/2
authorPaul Vinciguerra <[email protected]>
Wed, 30 Oct 2019 15:14:58 +0000 (11:14 -0400)
committerAndrew Yourtchenko <[email protected]>
Fri, 15 Nov 2019 07:18:59 +0000 (07:18 +0000)
Type: fix

Change-Id: Ifada594088984291ce2e79da0bbbbd1f500640c9
Signed-off-by: Paul Vinciguerra <[email protected]>
(cherry picked from commit 43d8cf6fad25ed8d53be38f824739c59a3aff716)

src/vlib/log.c

index 9fc0ee5..b11d081 100644 (file)
@@ -491,7 +491,7 @@ set_log_class (vlib_main_t * vm,
 /* *INDENT-OFF* */
 VLIB_CLI_COMMAND (cli_set_log, static) = {
   .path = "set logging class",
-  .short_help = "set loggging class <class> [rate-limit <int>] "
+  .short_help = "set logging class <class> [rate-limit <int>] "
     "[level <level>] [syslog-level <level>]",
   .function = set_log_class,
 };