Module: sip-router Branch: master Commit: f57ac2ddaf1a4bbb8178f9fdc2fc408819d41228 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f57ac2ddaf1a4bbb8178f9fdc2fc408819d41228
Author: Peter Dunkley <[email protected]> Committer: Peter Dunkley <[email protected]> Date: Tue Jan 8 11:02:09 2013 +0000 modules_k/rr: fixed typo in a diagnostic - Thanks to oej for pointing this out --- modules_k/rr/rr_mod.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules_k/rr/rr_mod.c b/modules_k/rr/rr_mod.c index 764e541..12767a0 100644 --- a/modules_k/rr/rr_mod.c +++ b/modules_k/rr/rr_mod.c @@ -153,7 +153,7 @@ static int mod_init(void) LM_INFO("Bound rr module to outbound module\n"); else { - LM_INFO("oubound module not available\n"); + LM_INFO("outbound module not available\n"); memset(&rr_obb, 0, sizeof(ob_api_t)); } _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
