vlib: Trivial - fix typo in short help 00/23100/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 30 Oct 2019 15:14:58 +0000 (11:14 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 30 Oct 2019 19:36:03 +0000 (19:36 +0000)
Type: fix

Change-Id: Ifada594088984291ce2e79da0bbbbd1f500640c9
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
src/vlib/log.c

index 578fc94..e3f0cf4 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,
 };