From 1445c7654cb7362066135b62ec0094a3de1a03d0 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Sun, 9 Dec 2012 21:53:33 +0100 Subject: [PATCH] Fix typo intenral -> internal --- src/XMPPRosterItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XMPPRosterItem.h b/src/XMPPRosterItem.h index f5b8630..688bae8 100644 --- a/src/XMPPRosterItem.h +++ b/src/XMPPRosterItem.h @@ -29,7 +29,7 @@ */ @interface XMPPRosterItem: OFObject { -/// \cond intenral +/// \cond internal XMPPJID *JID; OFString *name; OFString *subscription;