diff options
author | ZyX <kp-pav@yandex.ru> | 2017-11-06 20:20:31 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-11-06 20:20:31 +0300 |
commit | f2660bee6aca35be3d0ddb1d225784476c13cd27 (patch) | |
tree | 1f2a9417b7d5c15add3428083fe36d851d6d159e /src/nvim/keymap.c | |
parent | 42959d0e8f9e779ba4983016b24967bf02abb59f (diff) | |
download | rneovim-f2660bee6aca35be3d0ddb1d225784476c13cd27.tar.gz rneovim-f2660bee6aca35be3d0ddb1d225784476c13cd27.tar.bz2 rneovim-f2660bee6aca35be3d0ddb1d225784476c13cd27.zip |
*: Fix some typos found by oni-link
Diffstat (limited to 'src/nvim/keymap.c')
-rw-r--r-- | src/nvim/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/keymap.c b/src/nvim/keymap.c index 0c8e47b02e..aca21c20a5 100644 --- a/src/nvim/keymap.c +++ b/src/nvim/keymap.c @@ -714,7 +714,7 @@ int find_special_key_in_table(int c) /// with "t_" the next two characters are interpreted as /// a termcap name. /// -/// @return Key code or 0 if ton found. +/// @return Key code or 0 if not found. int get_special_key_code(const char_u *name) FUNC_ATTR_NONNULL_ALL FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT { |