Module: sip-router Branch: master Commit: 536e5901c83b4c9b8d6aff7dd32e2fe0fefe6d0b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=536e5901...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de 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); }