Module: sip-router Branch: master Commit: cf5a4dcc3454f3c0e08228d0824f57db8aa2e192 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf5a4dcc...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Thu Apr 4 00:21:47 2013 +0100
modules/outbound: fixed typo
---
modules/outbound/config.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/outbound/config.c b/modules/outbound/config.c index 657a433..6c90a04 100644 --- a/modules/outbound/config.c +++ b/modules/outbound/config.c @@ -21,7 +21,7 @@ /*! * \file * \brief Outbound :: Configuration - * \ingroup Outbound + * \ingroup outbound */
#include "../../cfg/cfg.h"