From 856ac1bd1a600f543258fe0540906e70876da468 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Thu, 14 Feb 2013 03:11:03 +0100 Subject: [PATCH] Fix a small documentation bug. --- src/XMPPJID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XMPPJID.h b/src/XMPPJID.h index ce8afcf..8f0ed4f 100644 --- a/src/XMPPJID.h +++ b/src/XMPPJID.h @@ -62,7 +62,7 @@ /** * \brief Initializes an already allocated XMPPJID with a string. * - * \param str The string to parse into a JID object + * \param string The string to parse into a JID object * \return A initialized XMPPJID */ - initWithString: (OFString*)string;