Index: src/XMPPConnection.h ================================================================== --- src/XMPPConnection.h +++ src/XMPPConnection.h @@ -315,11 +315,11 @@ - (void)sendStanza: (OFXMLElement*)element; /** * \brief Sends an XMPPIQ, registering a callback method. * - * \param object The object that contains the callback method + * \param target The object that contains the callback method * \param selector The selector of the callback method, * must take exactly one parameter of type XMPPIQ* */ - (void)sendIQ: (XMPPIQ*)iq callbackTarget: (id)target @@ -327,11 +327,11 @@ #ifdef OF_HAVE_BLOCKS /** * \brief Sends an XMPPIQ, registering a callback block. * - * \param callback The callback block + * \param block The callback block */ - (void)sendIQ: (XMPPIQ*)iq callbackBlock: (xmpp_callback_block_t)block; #endif Index: src/XMPPRoster.h ================================================================== --- src/XMPPRoster.h +++ src/XMPPRoster.h @@ -31,11 +31,11 @@ @class XMPPRoster; @class XMPPMulticastDelegate; /** * \brief A protocol that should be (partially) implemented by delegates - * of a XMPPRoster + * of a XMPPRoster */ @protocol XMPPRosterDelegate #ifndef XMPP_ROSTER_M #endif