aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/viml/parser/expressions.h
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-10-23 03:45:39 +0200
committerGitHub <noreply@github.com>2022-10-23 09:45:39 +0800
commit1887d8d7d0dd619fa90fe11182c436bc3c71c9d5 (patch)
treec86571e042d698d3b82d50022b41edc68df8e6fd /src/nvim/viml/parser/expressions.h
parentd70193c3260d2baa264b7a287bff352e32b33cc2 (diff)
downloadrneovim-1887d8d7d0dd619fa90fe11182c436bc3c71c9d5.tar.gz
rneovim-1887d8d7d0dd619fa90fe11182c436bc3c71c9d5.tar.bz2
rneovim-1887d8d7d0dd619fa90fe11182c436bc3c71c9d5.zip
docs: fix typos (#20724)
Co-authored-by: Marco Lehmann <m99@posteo.de>
Diffstat (limited to 'src/nvim/viml/parser/expressions.h')
-rw-r--r--src/nvim/viml/parser/expressions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/viml/parser/expressions.h b/src/nvim/viml/parser/expressions.h
index 9d0bc9d468..77fbfa615f 100644
--- a/src/nvim/viml/parser/expressions.h
+++ b/src/nvim/viml/parser/expressions.h
@@ -357,7 +357,7 @@ typedef struct {
int arg_len;
} ExprASTError;
-/// Structure representing complety AST for one expression
+/// Structure representing complete AST for one expression
typedef struct {
/// When AST is not correct this message will be printed.
///