From 8feeaff56fa9a4fbdfc06131f28a1060ffd9645d Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 27 Mar 2019 11:25:48 -0700 Subject: Typos. A bunch of typos I've been collecting. Change-Id: I53ab8d17914e6563110354e4052109ac02bf8f3b Signed-off-by: Paul Vinciguerra --- src/vlib/unix/cj.c | 6 +++--- src/vlib/unix/cli.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/vlib/unix') diff --git a/src/vlib/unix/cj.c b/src/vlib/unix/cj.c index 14d8fce950c..e163e1ae017 100644 --- a/src/vlib/unix/cj.c +++ b/src/vlib/unix/cj.c @@ -19,7 +19,7 @@ /** * @file - * Circular joournal diagnostic mechanism. + * Circular journal diagnostic mechanism. * * The @c cj thread-safe circular log buffer scheme is occasionally useful * when chasing bugs. Calls to it should not be checked in. @@ -106,7 +106,7 @@ cj_config (vlib_main_t * vm, unformat_input_t * input) /*? * Configure the circular journal diagnostic mechanism. This is only useful - * if you, the deveoper, have written code to make use of the circular + * if you, the developer, have written code to make use of the circular * journal. * * @cfgcmd{records, <number>} @@ -258,7 +258,7 @@ done: /*? * Enable, disable the collection of diagnostic data into a * circular journal or dump the circular journal diagnostic data. - * This is only useful if you, the deveoper, have written code to make + * This is only useful if you, the developer, have written code to make * use of the circular journal. * * When dumping the data it is formatted and sent to @c stderr of the diff --git a/src/vlib/unix/cli.c b/src/vlib/unix/cli.c index 56afbc2089b..f9d6b40c4d5 100644 --- a/src/vlib/unix/cli.c +++ b/src/vlib/unix/cli.c @@ -581,7 +581,7 @@ unix_cli_del_pending_output (clib_file_t * uf, * @param str The buffer in which to search for the value. * @param len The depth into the buffer to search. * - * @return The index of the first occurence of \c chr. If \c chr is not + * @return The index of the first occurrence of \c chr. If \c chr is not * found then \c len instead. */ always_inline word @@ -899,7 +899,7 @@ unix_cli_pager_redraw (unix_cli_file_t * cf, clib_file_t * uf) * * If instead @c line is @c NULL then @c len_or_index is taken to mean the * index of an existing line in the pager buffer; this simply means that the - * input line does not need to be cloned since we alreayd have it. This is + * input line does not need to be cloned since we already have it. This is * typical if we are reindexing the pager buffer. * * @param cf The CLI session whose pager we are adding to. -- cgit 1.2.3-korg