*: Fix some typos found by oni-link

This commit is contained in:
ZyX
2017-11-06 20:20:31 +03:00
parent 42959d0e8f
commit f2660bee6a
3 changed files with 4 additions and 5 deletions

View File

@@ -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
{