Explorar o código

uac: small spelling fix in debug output

Henning Westerholt %!s(int64=6) %!d(string=hai) anos
pai
achega
3a3375523c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 */