summaryrefslogtreecommitdiff
path: root/lib/command_match.h
diff options
context:
space:
mode:
authorewlumpkin <ewlumpkin@gmail.com>2021-10-05 21:33:14 +0000
committerewlumpkin <ewlumpkin@gmail.com>2021-10-05 21:42:57 +0000
commit214d8a60e15dc1b086d3f6033f686246317739f1 (patch)
treedb070e001b544ede6a95886d972e4f45a977bad4 /lib/command_match.h
parentf72b987de1d4897919902b96559c8fd4da58b366 (diff)
lib: fix spelling nits in more lib files
Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Diffstat (limited to 'lib/command_match.h')
-rw-r--r--lib/command_match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_match.h b/lib/command_match.h
index fcb333120f..0488cc1a1f 100644
--- a/lib/command_match.h
+++ b/lib/command_match.h
@@ -68,7 +68,7 @@ enum match_type {
* @param[in] vline vectorized input string
* @param[out] argv pointer to argument list if successful match, NULL
* otherwise. The elements of this list are pointers to struct cmd_token
- * and represent the sequence of tokens matched by the inpu. The ->arg
+ * and represent the sequence of tokens matched by the input. The ->arg
* field of each token points to a copy of the input matched on it. These
* may be safely deleted or modified.
* @param[out] element pointer to matched cmd_element if successful match,