edbus: Fix typo on doc of edbus_message_arguments_get
authorJosé Roberto de Souza <zehortigoza@profusion.mobi>
Tue, 11 Dec 2012 19:51:25 +0000 (19:51 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 11 Dec 2012 19:51:25 +0000 (19:51 +0000)
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 80703

legacy/edbus/src/lib/edbus_message.h

index 369bbe8..d230b24 100644 (file)
@@ -74,7 +74,7 @@ EAPI Eina_Bool             edbus_message_error_get(const EDBus_Message *msg, con
 /**
  * @brief Get data from EDBus_Message. For each complete type we must have
  * a pointer to store its value. In case of complex type EDBus_Message_Iter
- * needs to be need.
+ * needs to be used.
  */
 EAPI Eina_Bool             edbus_message_arguments_get(const EDBus_Message *msg, const char *signature, ...) EINA_ARG_NONNULL(1, 2) EINA_WARN_UNUSED_RESULT;
 /**