Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Nov 1, 2013
1 parent 1d61996 commit b705ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IRCCloud/Classes/NetworkConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ -(void)parse:(NSDictionary *)dict {
} else if([object objectForKey:@"success"]) {
[self postObject:object forEvent:kIRCEventSuccess];
}
TFLog(@"Repsonse: %@", object);
TFLog(@"Response: %@", object);
}
if(!backlog && _reconnectTimestamp != 0)
[self performSelectorOnMainThread:@selector(scheduleIdleTimer) withObject:nil waitUntilDone:YES];
Expand Down

0 comments on commit b705ff1

Please sign in to comment.