]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
spelling ftw
authorBrian West <brian@freeswitch.org>
Thu, 15 Dec 2011 05:28:38 +0000 (23:28 -0600)
committerBrian West <brian@freeswitch.org>
Thu, 15 Dec 2011 05:28:43 +0000 (23:28 -0600)
src/mod/applications/mod_spandsp/mod_spandsp_fax.c

index a9ccbbf071ad8324487020896a0b6b88a3a89c56..ea46b4a5c59a83f828b117c8227b7433c04d4d3d 100644 (file)
@@ -322,7 +322,7 @@ static int phase_b_handler(t30_state_t *s, void *user_data, int result)
        switch_channel_set_variable(channel, "fax_remote_model", switch_str_nil(t30_get_rx_model(s)));
 
 
-       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "=== Negociation Result =======================================================\n"); 
+       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "=== Negotiation Result =======================================================\n"); 
        switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Remote station id: %s\n", far_ident);
        switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Local station id:  %s\n", local_ident);
        switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Transfer Rate:     %i\n", t30_stats.bit_rate);