aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authortzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-02 15:59:30 +0000
committertzafrir <tzafrir@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-02 15:59:30 +0000
commit638c70d8a1cf953f64ce59e05d82c53b0f2148b9 (patch)
treeb62fb4cf1fc131257cf2883a0c73ec3e9e263489 /res
parent75452e3f9d95dc71432d919468bb003e90fd0324 (diff)
Fix typos reported by Lintian
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@273642 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_agi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 1f9cb80b3..3ecf89be4 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -441,7 +441,7 @@ static const char mandescr_asyncagi[] =
"Variables:\n"
" *Channel: Channel that is currently in Async AGI\n"
" *Command: Application to execute\n"
-" CommandID: comand id. This will be sent back in CommandID header of AsyncAGI exec event notification\n"
+" CommandID: command id. This will be sent back in CommandID header of AsyncAGI exec event notification\n"
"\n";
static struct agi_cmd *get_agi_cmd(struct ast_channel *chan)
@@ -2434,7 +2434,7 @@ static char usage_recordfile[] =
" to the offset without exceeding the end of the file. \"silence\" is the number\n"
" of seconds of silence allowed before the function returns despite the\n"
" lack of dtmf digits or reaching timeout. Silence value must be\n"
-" preceeded by \"s=\" and is also optional.\n";
+" preceded by \"s=\" and is also optional.\n";
static char usage_autohangup[] =
" Usage: SET AUTOHANGUP <time>\n"