Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Nunes authored and ObjColumnist committed Jul 25, 2015
1 parent c8437b3 commit e09d5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/XMPPStream.h
Expand Up @@ -1049,7 +1049,7 @@ extern const NSTimeInterval XMPPStreamTimeoutNone;
- (void)xmppStreamDidSendClosingStreamStanza:(XMPPStream *)sender;

/**
* This methods is called if the XMPP stream's connect times out.
* This method is called if the XMPP stream's connect times out.
**/
- (void)xmppStreamConnectDidTimeout:(XMPPStream *)sender;

Expand Down
2 changes: 1 addition & 1 deletion Core/XMPPStream.m
Expand Up @@ -2544,7 +2544,7 @@ - (void)sendElement:(NSXMLElement *)element withTag:(long)tag
}

/**
* This methods handles sending an XML stanza.
* This method handles sending an XML stanza.
* If the XMPPStream is not connected, this method does nothing.
**/
- (void)sendElement:(NSXMLElement *)element
Expand Down

0 comments on commit e09d5a3

Please sign in to comment.