diff options
author | Will Stamper <epmatsw@gmail.com> | 2014-06-08 13:30:44 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-06-12 20:26:35 -0400 |
commit | 5b3b3fd3ed4372866730ae857e8c09d6e5d1167d (patch) | |
tree | e339a78f58924c5001633c394078d1c21669f09a /src/nvim/message.c | |
parent | 168575f3f73f79185db0abdb91be364c0d0f29f9 (diff) | |
download | rneovim-5b3b3fd3ed4372866730ae857e8c09d6e5d1167d.tar.gz rneovim-5b3b3fd3ed4372866730ae857e8c09d6e5d1167d.tar.bz2 rneovim-5b3b3fd3ed4372866730ae857e8c09d6e5d1167d.zip |
spelling fixes #827
Diffstat (limited to 'src/nvim/message.c')
-rw-r--r-- | src/nvim/message.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |