[Pkg-voip-commits] [janus] 128/163: Fixed typo in comment

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.

commit 821f9426187e30ac1fdd3372368762f8946a76d1
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Tue Oct 10 16:39:20 2017 +0200

    Fixed typo in comment
---
 plugins/janus_sip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/janus_sip.c b/plugins/janus_sip.c
index 36da1e0..e7eeec5 100644
--- a/plugins/janus_sip.c
+++ b/plugins/janus_sip.c
@@ -3818,7 +3818,7 @@ static void *janus_sip_relay_thread(void *data) {
 						session->media.video_rtcp_fd = -1;
 						continue;
 					}
-					/* FIXME Should we be more tolerand of ICMP errors on RTP sockets as well? */
+					/* FIXME Should we be more tolerant of ICMP errors on RTP sockets as well? */
 				}
 				JANUS_LOG(LOG_ERR, "[SIP-%s] Error polling %d (socket #%d): %s...\n", session->account.username,
 					fds[i].fd, i, fds[i].revents & POLLERR ? "POLLERR" : "POLLHUP");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list