From 2f07e6d36886774ed4767bb5be5f45bee478c01b Mon Sep 17 00:00:00 2001 From: North Antara Date: Mon, 14 Aug 2006 22:38:52 +0000 Subject: fix a typo and a very minor formatting change git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39753 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_forkcdr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/app_forkcdr.c b/apps/app_forkcdr.c index a8461e259..620148604 100644 --- a/apps/app_forkcdr.c +++ b/apps/app_forkcdr.c @@ -21,7 +21,7 @@ * * \author Anthony Minessale anthmct@yahoo.com * - * \note Development of this app Sponsered/Funded by TAAN Softworks Corp + * \note Development of this app Sponsored/Funded by TAAN Softworks Corp * * \ingroup applications */ @@ -48,8 +48,7 @@ static char *synopsis = static char *descrip = " ForkCDR([options]): Causes the Call Data Record to fork an additional\n" "cdr record starting from the time of the fork call\n" -"If the option 'v' is passed all cdr variables will be passed along also.\n" -""; +"If the option 'v' is passed all cdr variables will be passed along also.\n"; LOCAL_USER_DECL; -- cgit v1.2.3