[sr-dev] git:3.1: core: small spelling fix in log message

Daniel-Constantin Mierla miconda at gmail.com
Fri Jan 28 21:17:10 CET 2011


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

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Fri Jan 28 15:29:45 2011 +0100

core: small spelling fix in log message
(cherry picked from commit 536e5901c83b4c9b8d6aff7dd32e2fe0fefe6d0b)

---

 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);
 	}




More information about the sr-dev mailing list