[sr-dev] git:3.1: dialog(k): Fix typos.

Timo Reimann timo.reimann at 1und1.de
Thu Oct 13 02:24:18 CEST 2011


Module: sip-router
Branch: 3.1
Commit: 48a6472a86109c7f1335d1e430f2cfc5f3c722ae
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48a6472a86109c7f1335d1e430f2cfc5f3c722ae

Author: Timo Reimann <timo.reimann at 1und1.de>
Committer: Timo Reimann <timo.reimann at 1und1.de>
Date:   Thu Oct 13 02:23:29 2011 +0200

dialog(k): Fix typos.
(cherry picked from commit e32982644f0da3b9f8240237fdf33dfcabd80af0)

---

 modules_k/dialog/dialog.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules_k/dialog/dialog.c b/modules_k/dialog/dialog.c
index 38a30b5..4bf700c 100644
--- a/modules_k/dialog/dialog.c
+++ b/modules_k/dialog/dialog.c
@@ -528,19 +528,19 @@ static int mod_init(void)
 	}
 
 	if (register_script_cb( profile_cleanup, POST_SCRIPT_CB|REQUEST_CB,0)<0) {
-		LM_ERR("cannot regsiter script callback");
+		LM_ERR("cannot register script callback");
 		return -1;
 	}
 	if (register_script_cb(dlg_cfg_cb,
 				PRE_SCRIPT_CB|REQUEST_CB,0)<0)
 	{
-		LM_ERR("cannot regsiter pre-script ctx callback\n");
+		LM_ERR("cannot register pre-script ctx callback\n");
 		return -1;
 	}
 	if (register_script_cb(dlg_cfg_cb,
 				POST_SCRIPT_CB|REQUEST_CB,0)<0)
 	{
-		LM_ERR("cannot regsiter post-script ctx callback\n");
+		LM_ERR("cannot register post-script ctx callback\n");
 		return -1;
 	}
 




More information about the sr-dev mailing list