[asterisk-commits] jsmith: branch jsmith/astxml-docs r190186 - /team/jsmith/astxml-docs/apps/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Apr 22 21:44:16 CDT 2009


Author: jsmith
Date: Wed Apr 22 21:44:12 2009
New Revision: 190186

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=190186
Log:
Remove errant space in parameter name.

Modified:
    team/jsmith/astxml-docs/apps/app_amd.c

Modified: team/jsmith/astxml-docs/apps/app_amd.c
URL: http://svn.digium.com/svn-view/asterisk/team/jsmith/astxml-docs/apps/app_amd.c?view=diff&rev=190186&r1=190185&r2=190186
==============================================================================
--- team/jsmith/astxml-docs/apps/app_amd.c (original)
+++ team/jsmith/astxml-docs/apps/app_amd.c Wed Apr 22 21:44:12 2009
@@ -57,7 +57,7 @@
 				<para>Is the silence after detecting a greeting.</para>
 				<para>If this is exceeded set as HUMAN</para>
 			</parameter>
-			<parameter name="totalAnalysis Time" required="false">
+			<parameter name="totalAnalysisTime" required="false">
 				<para>Is the maximum time allowed for the algorithm</para>
 				<para>to decide HUMAN or MACHINE</para>
 			</parameter>




More information about the asterisk-commits mailing list