Module: sip-router
Branch: kamailio_3.0
Commit: 6e3cef5314573e56de6b7bd8f58691526101a98c
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6e3cef5…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Tue Jul 13 14:46:54 2010 +0200
Fix minor typo
(cherry picked from commit d4c63b7f3e7be5a2a86c929d013f19d6c8cbb4eb)
---
modules_k/dialog/dlg_hash.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/dialog/dlg_hash.c b/modules_k/dialog/dlg_hash.c
index 72b7fec..6df21e3 100644
--- a/modules_k/dialog/dlg_hash.c
+++ b/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) {