aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui_client.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-08-03 03:47:16 +0200
committerGitHub <noreply@github.com>2022-08-03 09:47:16 +0800
commitb8dcbcc732baf84fc48d6b272c3ade0bcb129b3b (patch)
tree4818e98e9211d71d21eec359f29721e2b3ff3f2e /src/nvim/ui_client.c
parentcc1ceebf8f13aed1ec0cbe0ff1ad7b2d8a6f10be (diff)
downloadrneovim-b8dcbcc732baf84fc48d6b272c3ade0bcb129b3b.tar.gz
rneovim-b8dcbcc732baf84fc48d6b272c3ade0bcb129b3b.tar.bz2
rneovim-b8dcbcc732baf84fc48d6b272c3ade0bcb129b3b.zip
docs: fix typos (#19588)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: notomo <notomo.motono@gmail.com>
Diffstat (limited to 'src/nvim/ui_client.c')
-rw-r--r--src/nvim/ui_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ui_client.c b/src/nvim/ui_client.c
index 09e971f03f..a586fec3bf 100644
--- a/src/nvim/ui_client.c
+++ b/src/nvim/ui_client.c
@@ -53,7 +53,7 @@ UIClientHandler ui_client_get_redraw_handler(const char *name, size_t name_len,
/// Placeholder for _sync_ requests with 'redraw' method name
///
/// async 'redraw' events, which are expected when nvim acts as an ui client.
-/// get handled in msgpack_rpc/unpacker.c and directy dispatched to handlers
+/// get handled in msgpack_rpc/unpacker.c and directly dispatched to handlers
/// of specific ui events, like ui_client_event_grid_resize and so on.
Object handle_ui_client_redraw(uint64_t channel_id, Array args, Error *error)
{