[asterisk-commits] north: trunk r39753 - /trunk/apps/app_forkcdr.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Aug 14 15:38:53 MST 2006


Author: north
Date: Mon Aug 14 17:38:52 2006
New Revision: 39753

URL: http://svn.digium.com/view/asterisk?rev=39753&view=rev
Log:
fix a typo and a very minor formatting change

Modified:
    trunk/apps/app_forkcdr.c

Modified: trunk/apps/app_forkcdr.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_forkcdr.c?rev=39753&r1=39752&r2=39753&view=diff
==============================================================================
--- trunk/apps/app_forkcdr.c (original)
+++ trunk/apps/app_forkcdr.c Mon Aug 14 17:38:52 2006
@@ -21,7 +21,7 @@
  *
  * \author Anthony Minessale anthmct at 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 *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;
 



More information about the asterisk-commits mailing list