]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
network
authorBrian West <brian@freeswitch.org>
Mon, 10 Nov 2008 22:00:41 +0000 (22:00 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 10 Nov 2008 22:00:41 +0000 (22:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10319 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_loadable_module.h

index 0022719c08128323ba07529d2705b57e0de23f1a..50664d1343b5fc396697dadb24aca09a6c0a136e 100644 (file)
@@ -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,