[sr-dev] git:master: Fix minor typo
Timo Reimann
timo.reimann at 1und1.de
Tue Jul 13 14:47:11 CEST 2010
Module: sip-router
Branch: master
Commit: d4c63b7f3e7be5a2a86c929d013f19d6c8cbb4eb
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d4c63b7f3e7be5a2a86c929d013f19d6c8cbb4eb
Author: Timo Reimann <timo.reimann at 1und1.de>
Committer: Timo Reimann <timo.reimann at 1und1.de>
Date: Tue Jul 13 14:46:54 2010 +0200
Fix minor typo
---
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) {
More information about the sr-dev
mailing list