From: Brian West Date: Mon, 10 Nov 2008 22:00:41 +0000 (+0000) Subject: network X-Git-Tag: v1.0.2~587 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b34ce74f2d2cd2edc506a37e234687fbaae4139;p=thirdparty%2Ffreeswitch.git network git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10319 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_loadable_module.h b/src/include/switch_loadable_module.h index 0022719c08..50664d1343 100644 --- a/src/include/switch_loadable_module.h +++ b/src/include/switch_loadable_module.h @@ -348,7 +348,7 @@ SWITCH_DECLARE(uint32_t) switch_core_codec_next_id(void); uint32_t encoded_bytes_per_packet, /*! number of channels represented */ uint8_t number_of_channels, - /*! number of frames to send in one netowrk packet */ + /*! number of frames to send in one network packet */ int codec_frames_per_packet, /*! function to initialize a codec handle using this implementation */ switch_core_codec_init_func_t init,