Index: src/XMPPRosterItem.h ================================================================== --- src/XMPPRosterItem.h +++ src/XMPPRosterItem.h @@ -27,11 +27,11 @@ /** * \brief A class for representing an item in the roster. */ @interface XMPPRosterItem: OFObject { -/// \cond intenral +/// \cond internal XMPPJID *JID; OFString *name; OFString *subscription; OFArray *groups; /// \endcond