From f9912bd3ad053a23c3a192b6a768ec75d13b2668 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Fri, 9 Nov 2012 21:55:24 +0100 Subject: [PATCH] Fix an evil typo. --- src/XMPPConnection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XMPPConnection.m b/src/XMPPConnection.m index 499d61d..09b9ab6 100644 --- a/src/XMPPConnection.m +++ b/src/XMPPConnection.m @@ -820,7 +820,7 @@ dataArrayWithBase64EncodedString: [element stringValue]]]; [delegates broadcastSelector: @selector( - connectionWWasAuthenticated:) + connectionWasAuthenticated:) withObject: self]; /* Stream restart */