Skip to content

Commit e09d5a3

Browse files
Joao NunesObjColumnist
authored andcommitted
Fixed typos
1 parent c8437b3 commit e09d5a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/XMPPStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ extern const NSTimeInterval XMPPStreamTimeoutNone;
10491049
- (void)xmppStreamDidSendClosingStreamStanza:(XMPPStream *)sender;
10501050

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

Core/XMPPStream.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2544,7 +2544,7 @@ - (void)sendElement:(NSXMLElement *)element withTag:(long)tag
25442544
}
25452545

25462546
/**
2547-
* This methods handles sending an XML stanza.
2547+
* This method handles sending an XML stanza.
25482548
* If the XMPPStream is not connected, this method does nothing.
25492549
**/
25502550
- (void)sendElement:(NSXMLElement *)element

0 commit comments

Comments
 (0)