From 5b3b3fd3ed4372866730ae857e8c09d6e5d1167d Mon Sep 17 00:00:00 2001 From: Will Stamper Date: Sun, 8 Jun 2014 13:30:44 -0500 Subject: spelling fixes #827 --- src/nvim/message.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nvim/message.c') diff --git a/src/nvim/message.c b/src/nvim/message.c index 96be3bb17d..1c7687fa69 100644 --- a/src/nvim/message.c +++ b/src/nvim/message.c @@ -2806,7 +2806,7 @@ copy_char ( /// /// @param message Message which will be part of the confirm_msg /// @param buttons String containing button names -/// @param[out] has_hotkey A element in this array is set to true if +/// @param[out] has_hotkey An element in this array is set to true if /// corresponding button has a hotkey /// /// @return Pointer to memory allocated for storing hotkeys @@ -2885,7 +2885,7 @@ static char_u *msg_show_console_dialog(char_u *message, char_u *buttons, int dfl /// @param message Message which will be part of the confirm_msg /// @param buttons String containing button names /// @param default_button_idx Number of default button -/// @param has_hotkey A element in this array is true if corresponding button +/// @param has_hotkey An element in this array is true if corresponding button /// has a hotkey /// @param[out] hotkeys_ptr Pointer to the memory location where hotkeys will be copied static void copy_hotkeys_and_msg(const char_u *message, char_u *buttons, -- cgit