aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_speech_utils.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-01 14:57:48 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-01 14:57:48 +0000
commit464f7a7cd8b37db28a57c93074b0209c68c2fb05 (patch)
treedcc67713459fe6579f5e14cc0ce08de37ed4c9a7 /apps/app_speech_utils.c
parent152144cce7376dcc1e512ffd095e7d7287706422 (diff)
remove \n from the end of a couple of synopsis fields
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23929 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_speech_utils.c')
-rw-r--r--apps/app_speech_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_speech_utils.c b/apps/app_speech_utils.c
index 8cd6046e4..6404c1b6d 100644
--- a/apps/app_speech_utils.c
+++ b/apps/app_speech_utils.c
@@ -168,7 +168,7 @@ static int speech_score(struct ast_channel *chan, char *cmd, char *data,
static struct ast_custom_function speech_score_function = {
.name = "SPEECH_SCORE",
- .synopsis = "Gets the confidence score of a result.\n",
+ .synopsis = "Gets the confidence score of a result.",
.syntax = "SPEECH_SCORE(result number)",
.desc =
"Gets the confidence score of a result.\n",
@@ -194,7 +194,7 @@ static int speech_text(struct ast_channel *chan, char *cmd, char *data,
static struct ast_custom_function speech_text_function = {
.name = "SPEECH_TEXT",
- .synopsis = "Gets the recognized text of a result.\n",
+ .synopsis = "Gets the recognized text of a result.",
.syntax = "SPEECH_TEXT(result number)",
.desc =
"Gets the recognized text of a result.\n",