From ecd6b1a985acd8e0256a170f1fe1f7e38df8c420 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Wed, 29 Sep 2021 15:35:31 +0200 Subject: vlib: doc nitfixes Type: improvement Change-Id: I9e761f908d9d2becbc61eb0515dc6b7c1e1e036f Signed-off-by: Nathan Skrzypczak --- src/vlib/unix/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vlib/unix') diff --git a/src/vlib/unix/cli.c b/src/vlib/unix/cli.c index c7f0bccf286..e6f549b776f 100644 --- a/src/vlib/unix/cli.c +++ b/src/vlib/unix/cli.c @@ -3462,7 +3462,7 @@ done: /*? * Executes a sequence of CLI commands which are read from a file. If - * a command is unrecognised or otherwise invalid then the usual CLI + * a command is unrecognized or otherwise invalid then the usual CLI * feedback will be generated, however execution of subsequent commands * from the file will continue. * -- cgit 1.2.3-korg