Browse Source

uac: small spelling fix in debug output

Henning Westerholt 6 năm trước cách đây
mục cha
commit
3a3375523c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/uac/replace.c

+ 1 - 1
src/modules/uac/replace.c

@@ -882,7 +882,7 @@ static void replace_callback(struct dlg_cell *dlg, int type,
 		return;
 	}
 
-	LM_DBG("Replace [%.*s] eith [%.*s]\n", old_uri.len, old_uri.s,
+	LM_DBG("Replace [%.*s] with [%.*s]\n", old_uri.len, old_uri.s,
 			new_uri->len, new_uri->s);
 
 	/* duplicate the decoded value */