From 4b8825bbea573c801f089e0c1091f107439f7d3e Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Mon, 28 Sep 2015 21:59:34 +0530 Subject: [PATCH] eldbus: fix typos in documentation --- src/lib/eldbus/eldbus_message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eldbus/eldbus_message.h b/src/lib/eldbus/eldbus_message.h index 025cad9..439ea46 100644 --- a/src/lib/eldbus/eldbus_message.h +++ b/src/lib/eldbus/eldbus_message.h @@ -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; -- 2.7.4