summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Roberson <josh@asteriasgi.com>2005-05-25 20:03:09 +0000
committerJosh Roberson <josh@asteriasgi.com>2005-05-25 20:03:09 +0000
commit70b3b8730e97df45c10854c93d42e6264b0a66e5 (patch)
tree75d3308d1abcfa71b0f620818a18d9f3da1cc883
parent2df83a92988d1d081d2d63e2dc31e41cb9ace46e (diff)
Fix typo in chan_sip. (Bug #4376).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5768 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 12d75e2ad..2af7632c5 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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;
}