From c56f9c88cd0015865728204cdfe6e539e3744f95 Mon Sep 17 00:00:00 2001
From: Philipp Balzarek
Date: Sat, 1 Jun 2013 17:49:17 +0200
Subject: [PATCH] fix documentation type in Network.Xmpp.Types
---
source/Network/Xmpp/Types.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/Network/Xmpp/Types.hs b/source/Network/Xmpp/Types.hs
index f33166c..4bb5589 100644
--- a/source/Network/Xmpp/Types.hs
+++ b/source/Network/Xmpp/Types.hs
@@ -1041,7 +1041,7 @@ data InvalidXmppXml = InvalidXmppXml String deriving (Show, Typeable)
instance Exception InvalidXmppXml
data ConnectionDetails = UseRealm -- ^ Use realm to resolv host
- | UseSrv HostName -- ^ Use this hostname for a SRC lookup
+ | UseSrv HostName -- ^ Use this hostname for a SRV lookup
| UseHost HostName PortID -- ^ Use specified host
-- | Configuration settings related to the stream.