aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_forkcdr.c
diff options
context:
space:
mode:
authornorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-14 22:38:52 +0000
committernorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-14 22:38:52 +0000
commitf244dc60fe051673328305e8c8efc60788d7ccb9 (patch)
tree59d51ae3b0726b4f2359a0dc9f6e50a72d33deb5 /apps/app_forkcdr.c
parentafd5c2e370c40778f79cf4341af36e8eadd0cbf4 (diff)
fix a typo and a very minor formatting change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39753 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_forkcdr.c')
-rw-r--r--apps/app_forkcdr.c5
1 files 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;