mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
msgpack-rpc: Fix typo in validation message
This commit is contained in:

committed by
Thiago de Arruda

parent
214d54b42e
commit
da3f097807
@@ -410,7 +410,7 @@ void msgpack_rpc_validate(uint64_t *response_id,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (req->via.array.ptr[3].type != MSGPACK_OBJECT_ARRAY) {
|
if (req->via.array.ptr[3].type != MSGPACK_OBJECT_ARRAY) {
|
||||||
api_set_error(err, Validation, _("Paremeters must be an array"));
|
api_set_error(err, Validation, _("Parameters must be an array"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user