aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-02-20 08:12:59 +0100
committerGitHub <noreply@github.com>2023-02-20 15:12:59 +0800
commitb62c0c8d9c22ae7fc9ee200733f8312efa6dbced (patch)
tree8d7cef5b70f6a4d1023242a5b37b4ece50837bc6 /src/nvim/api/ui.c
parent8784f064f15e5ae0b6bc85c2972ec16c64656e2b (diff)
downloadrneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.gz
rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.bz2
rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.zip
docs: fix typos (#21961)
Co-authored-by: Ben Morgan <cassava@iexu.de>
Diffstat (limited to 'src/nvim/api/ui.c')
-rw-r--r--src/nvim/api/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/ui.c b/src/nvim/api/ui.c
index 61f2c881b3..3c3c3008f4 100644
--- a/src/nvim/api/ui.c
+++ b/src/nvim/api/ui.c
@@ -254,7 +254,7 @@ void nvim_ui_detach(uint64_t channel_id, Error *err)
remote_ui_disconnect(channel_id);
}
-// TODO(bfredl): use me to detach a specifc ui from the server
+// TODO(bfredl): use me to detach a specific ui from the server
void remote_ui_stop(UI *ui)
{}