Fix typo in chan_sip. (Bug #4376).

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5768 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Josh Roberson
2005-05-25 20:03:09 +00:00
parent 2df83a9298
commit 70b3b8730e

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;
}