summaryrefslogtreecommitdiff
path: root/apps/app_speech_utils.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-01 14:57:48 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-01 14:57:48 +0000
commit48b812829d547c60b1ee33352f2c00d4316d143c (patch)
treedcc67713459fe6579f5e14cc0ce08de37ed4c9a7 /apps/app_speech_utils.c
parentae685fd1b66b9e06a36a8949621be5b017b5fc10 (diff)
remove \n from the end of a couple of synopsis fields
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23929 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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",