aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-25 20:03:09 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-25 20:03:09 +0000
commitc0b1230290fae7474d2fa0d2fdd30c9b05174f49 (patch)
tree75d3308d1abcfa71b0f620818a18d9f3da1cc883
parentb4e1d4f04e185d0c0a1153327a468277602b060c (diff)
Fix typo in chan_sip. (Bug #4376).
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5768 f38db490-d61c-443f-a65b-d21fe96a405b
-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;
}