dect
/
asterisk
Archived
13
0
Fork 0

fix a little typo

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5641 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2005-05-12 20:36:40 +00:00
parent 6721fcbaf2
commit 963b4eff3e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ static char context_add_extension_help[] =
static char context_add_ignorepat_help[] =
"Usage: add ignorepat <pattern> into <context>\n"
" This command add new ignore pattern into context <context>\n"
" This command adds a new ignore pattern into context <context>\n"
"\n"
"Example: add ignorepat _3XX into local\n";