eldbus: fix typos in documentation
authorAmitesh Singh <singh.amitesh@gmail.com>
Mon, 28 Sep 2015 16:29:34 +0000 (21:59 +0530)
committerAmitesh Singh <singh.amitesh@gmail.com>
Mon, 28 Sep 2015 16:29:34 +0000 (21:59 +0530)
src/lib/eldbus/eldbus_message.h

index 025cad9..439ea46 100644 (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;