소스 검색

nat_traversal: typo

Дилян Палаузов 2 년 전
부모
커밋
c3919b68e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/nat_traversal/nat_traversal.c

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

@@ -1168,7 +1168,7 @@ static void __dialog_destroy(
 
 	lock_get(&param->lock);
 
-	// remove all keepalives on unanswered branches. this is neded because
+	// remove all keepalives on unanswered branches. This is needed because
 	// we may transit from early to ended without going through confirmed
 	for(i = 0; i < param->callee_candidates.count; i++) {
 		h = HASH(nat_table, param->callee_candidates.uri[i]);