Module: sip-router
Branch: master
Commit: 536e5901c83b4c9b8d6aff7dd32e2fe0fefe6d0b
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=536e5901c83b4c9b8d6aff7dd32e2fe0fefe6d0b

Author: Henning Westerholt <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date:   Fri Jan 28 15:29:45 2011 +0100

core: small spelling fix in log message

---

 lvalue.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lvalue.c b/lvalue.c
index bce987f..e13e1a5 100644
--- a/lvalue.c
+++ b/lvalue.c
@@ -406,7 +406,7 @@ int lval_assign(struct run_act_ctx* h, struct sip_msg* msg,
                        break;
        }
        if (unlikely(ret<0)){
-               ERR("assignmet failed at pos: (%d,%d-%d,%d)\n",
+               ERR("assignment failed at pos: (%d,%d-%d,%d)\n",
                        rve->fpos.s_line, rve->fpos.s_col,
                        rve->fpos.e_line, rve->fpos.e_col);
        }


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to