dect
/
asterisk
Archived
13
0
Fork 0

fix typo. Bug#636

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1843 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jeremy 2003-12-09 18:54:06 +00:00
parent d567a0827c
commit d1c0488347
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ static char *synopsis = "Transfer caller to remote extension";
static char *descrip =
" Transfer(exten): Requests the remote caller be transferred to\n"
"a given Returns -1 on hangup, or 0 on completion\n"
"a given extension. Returns -1 on hangup, or 0 on completion\n"
"regardless of whether the transfer was successful. If the transfer\n"
"was *not* supported or successful and there exists a priority n + 101,\n"
"then that priority will be taken next.\n" ;