]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorMichael Jerris <mike@jerris.com>
Thu, 13 Dec 2007 03:01:39 +0000 (03:01 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 13 Dec 2007 03:01:39 +0000 (03:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6732 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 54f842541e45f92d8a24f9f070c4dbfff23908b5..f029d70d0bb4e7bb736556aab70fa4a3a685e2b5 100644 (file)
@@ -858,7 +858,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
                                        if (switch_strlen_zero(to_host)) {
                                                to_host = switch_channel_get_variable(channel, "sip_to_host");
                                        }
-                                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Challanging call %s\n", to_uri);
+                                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Challenging call %s\n", to_uri);
                                        sofia_reg_auth_challange(NULL, tech_pvt->profile, tech_pvt->nh, REG_INVITE, to_host, 0); 
                                        switch_channel_hangup(channel, SWITCH_CAUSE_USER_CHALLENGE);
                                } else {