]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix typo in chan_sip. (Bug #4376).
authorJosh Roberson <josh@asteriasgi.com>
Wed, 25 May 2005 20:03:09 +0000 (20:03 +0000)
committerJosh Roberson <josh@asteriasgi.com>
Wed, 25 May 2005 20:03:09 +0000 (20:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5768 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 12d75e2adb48ec02a3bfcb2006f370a4df230c3f..2af7632c51fecd67ee98a123f22563cd02555be3 100755 (executable)
@@ -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;
                }