aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/debugger.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-09-26 11:43:23 +0200
committerGitHub <noreply@github.com>2022-09-26 17:43:23 +0800
commitc815aadfccd6bada47ecfb09fe188ee7f7c5caf3 (patch)
tree96b9f6a9c000274d3a0ab10349d2aa1809601f71 /src/nvim/debugger.c
parentfe045bfd5f27abd5d55615e14c606d035e4d2533 (diff)
downloadrneovim-c815aadfccd6bada47ecfb09fe188ee7f7c5caf3.tar.gz
rneovim-c815aadfccd6bada47ecfb09fe188ee7f7c5caf3.tar.bz2
rneovim-c815aadfccd6bada47ecfb09fe188ee7f7c5caf3.zip
docs: fix typos (#20150)
Co-authored-by: Miguel Carneiro <mcarneiromorenas@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'src/nvim/debugger.c')
-rw-r--r--src/nvim/debugger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/debugger.c b/src/nvim/debugger.c
index 8adeb19082..3e0cf82740 100644
--- a/src/nvim/debugger.c
+++ b/src/nvim/debugger.c
@@ -128,7 +128,7 @@ void do_debug(char *cmd)
ignore_script = true;
}
- // don't debug any function call, e.g. from an expresion mapping
+ // don't debug any function call, e.g. from an expression mapping
n = debug_break_level;
debug_break_level = -1;