Fix typo intenral -> internal

This commit is contained in:
Florian Zeitz 2012-12-09 21:53:33 +01:00
parent 1c502ac951
commit 1445c7654c

View file

@ -29,7 +29,7 @@
*/
@interface XMPPRosterItem: OFObject
{
/// \cond intenral
/// \cond internal
XMPPJID *JID;
OFString *name;
OFString *subscription;