eldbus: fix typos in documentation

This commit is contained in:
Amitesh Singh 2015-09-28 21:59:34 +05:30
parent 17a891e00d
commit 4b8825bbea
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ EAPI Eina_Bool eldbus_message_error_get(const Eldbus_Message *msg, c
* from @param msg
* @param ... The pointers in which to store the message arguments
*
* @return EINA_TRUE if the arguments were read succesfully and stored in the
* @return EINA_TRUE if the arguments were read successfully and stored in the
* respective pointer arguments.
*/
EAPI Eina_Bool eldbus_message_arguments_get(const Eldbus_Message *msg, const char *signature, ...) EINA_ARG_NONNULL(1, 2) EINA_WARN_UNUSED_RESULT;
@ -163,7 +163,7 @@ EAPI Eina_Bool eldbus_message_arguments_get(const Eldbus_Message *ms
*
* @see eldbus_message_arguments_get()
*
* @return EINA_TRUE if the arguments were read succesfully and stored in the
* @return EINA_TRUE if the arguments were read successfully and stored in the
* respective pointer arguments.
*/
EAPI Eina_Bool eldbus_message_arguments_vget(const Eldbus_Message *msg, const char *signature, va_list ap) EINA_ARG_NONNULL(1, 2) EINA_WARN_UNUSED_RESULT;