Forráskód Böngészése

Fix minor typo
(cherry picked from commit d4c63b7f3e7be5a2a86c929d013f19d6c8cbb4eb)

Timo Reimann 15 éve
szülő
commit
6e3cef5314
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      modules_k/dialog/dlg_hash.c

+ 1 - 1
modules_k/dialog/dlg_hash.c

@@ -132,7 +132,7 @@ inline void destroy_dlg(struct dlg_cell *dlg)
 {
 	int ret = 0;
 
-	LM_DBG("destroing dialog %p\n",dlg);
+	LM_DBG("destroying dialog %p\n",dlg);
 
 	ret = remove_dialog_timer(&dlg->tl);
 	if (ret < 0) {