dect
/
asterisk
Archived
13
0
Fork 0

Fix typo in chan_sip. (Bug #4376).

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5768 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
twisted 2005-05-25 20:03:09 +00:00
parent b4e1d4f04e
commit c0b1230290
1 changed files with 1 additions and 1 deletions

View File

@ -7605,7 +7605,7 @@ static int sip_notify(int fd, int argc, char *argv[])
if (create_addr(p, argv[i])) {
/* Maybe they're not registered, etc. */
sip_destroy(p);
ast_cli(fd, "Could not create address fo '%s'\n", argv[i]);
ast_cli(fd, "Could not create address for '%s'\n", argv[i]);
continue;
}