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/os/msgpack_rpc.h | |
parent | 168575f3f73f79185db0abdb91be364c0d0f29f9 (diff) | |
download | rneovim-5b3b3fd3ed4372866730ae857e8c09d6e5d1167d.tar.gz rneovim-5b3b3fd3ed4372866730ae857e8c09d6e5d1167d.tar.bz2 rneovim-5b3b3fd3ed4372866730ae857e8c09d6e5d1167d.zip |
spelling fixes #827
Diffstat (limited to 'src/nvim/os/msgpack_rpc.h')
-rw-r--r-- | src/nvim/os/msgpack_rpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/msgpack_rpc.h b/src/nvim/os/msgpack_rpc.h index 4d8d51699b..c8f243e2cf 100644 --- a/src/nvim/os/msgpack_rpc.h +++ b/src/nvim/os/msgpack_rpc.h @@ -53,7 +53,7 @@ void msgpack_rpc_error(char *msg, msgpack_packer *res) /// /// @param obj The object to convert /// @param[out] arg A pointer to the avalue -/// @return true if the convertion succeeded, false otherwise +/// @return true if the conversion succeeded, false otherwise bool msgpack_rpc_to_boolean(msgpack_object *obj, Boolean *arg) FUNC_ATTR_NONNULL_ALL; bool msgpack_rpc_to_integer(msgpack_object *obj, Integer *arg) |