Explorar o código

nat_traversal: typo

Дилян Палаузов %!s(int64=2) %!d(string=hai) anos
pai
achega
c3919b68e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]);