[svn-commits] trunk r30131 - /trunk/apps/app_speech_utils.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed May 24 16:08:39 MST 2006


Author: file
Date: Wed May 24 18:08:39 2006
New Revision: 30131

URL: http://svn.digium.com/view/asterisk?rev=30131&view=rev
Log:
Nothing to see here... move along

Modified:
    trunk/apps/app_speech_utils.c

Modified: trunk/apps/app_speech_utils.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_speech_utils.c?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/apps/app_speech_utils.c (original)
+++ trunk/apps/app_speech_utils.c Wed May 24 18:08:39 2006
@@ -67,7 +67,7 @@
 "This application plays a sound file and waits for the person to speak. Once they start speaking playback of the file stops, and silence is heard.\n"
 "Once they stop talking the processing sound is played to indicate the speech recognition engine is working.\n"
 "Once results are available the application returns and results (score and text) are available using dialplan functions.\n"
-"The first text and score are ${SPEECH_TEXT(0)} AND ${SPEECH_SCORE(0)} while the second are ${SPEEC_TEXT(1)} and ${SPEEC_SCORE(1)}.\n"
+"The first text and score are ${SPEECH_TEXT(0)} AND ${SPEECH_SCORE(0)} while the second are ${SPEECH_TEXT(1)} and ${SPEECH_SCORE(1)}.\n"
 "This may change in the future, however, to use a dialplan function instead of dialplan variables. Note it is possible to have more then one result.\n"
 	"The first argument is the sound file and the second is the timeout. Note the timeout will only start once the sound file has stopped playing.\n";
 



More information about the svn-commits mailing list