diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-09-26 11:43:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 17:43:23 +0800 |
commit | c815aadfccd6bada47ecfb09fe188ee7f7c5caf3 (patch) | |
tree | 96b9f6a9c000274d3a0ab10349d2aa1809601f71 /src/nvim/debugger.c | |
parent | fe045bfd5f27abd5d55615e14c606d035e4d2533 (diff) | |
download | rneovim-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.c | 2 |
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; |