aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-11-05 23:10:50 +0100
committerGitHub <noreply@github.com>2018-11-05 23:10:50 +0100
commit1347f36494a616d78a3ae086910cc2789bd33c11 (patch)
treeb728042c33ff6962667c1b785d9e18212d53ffe5 /src/nvim/api/vim.c
parent6fe740c7abfda7ce84aadbb363b293d8715667be (diff)
parentb96730bc3bc71e03004b9720bcd0ac67a2a7bb85 (diff)
downloadrneovim-1347f36494a616d78a3ae086910cc2789bd33c11.tar.gz
rneovim-1347f36494a616d78a3ae086910cc2789bd33c11.tar.bz2
rneovim-1347f36494a616d78a3ae086910cc2789bd33c11.zip
Merge #9112 'doc'
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index fed20a272a..7fcccfd988 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -1028,7 +1028,7 @@ Array nvim_get_api_info(uint64_t channel_id)
/// @param attributes Informal attributes describing the client. Clients might
/// define their own keys, but the following are suggested:
/// - "website" Website of client (for instance github repository)
-/// - "license" Informal descripton of the license, such as "Apache 2",
+/// - "license" Informal description of the license, such as "Apache 2",
/// "GPLv3" or "MIT"
/// - "logo" URI or path to image, preferably small logo or icon.
/// .png or .svg format is preferred.