Kaynağa Gözat

sipcapture: fix typo

Thanks, lintian
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/sipcapture.so skiping skipping
Victor Seva 7 yıl önce
ebeveyn
işleme
bd680f7895
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/modules/sipcapture/sipcapture.c

+ 1 - 1
src/modules/sipcapture/sipcapture.c

@@ -2351,7 +2351,7 @@ int raw_capture_rcv_loop(int rsock, int port1, int port2, int ipip)
 
 
 		/* if the message has not alpha */
 		/* if the message has not alpha */
 		if(!isalnum((buf + offset)[0])) {
 		if(!isalnum((buf + offset)[0])) {
-			DBG("not alpha and not digit... skiping...\n");
+			DBG("not alpha and not digit... skipping...\n");
 			continue;
 			continue;
 		}
 		}