From 450143560421e050a3d3d3c0836ab2bce090c4f2 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Fri, 3 Feb 2012 08:50:26 +0100 Subject: [PATCH] Fix typo --- src/XMPPConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XMPPConnection.h b/src/XMPPConnection.h index 2cc2c52..a47c2f8 100644 --- a/src/XMPPConnection.h +++ b/src/XMPPConnection.h @@ -33,7 +33,7 @@ @class XMPPMulticastDelegate; /** - * \brief A protocol should be (partially) implemented + * \brief A protocol that should be (partially) implemented * by delegates of a XMPPConnection */ @protocol XMPPConnectionDelegate