vlc | branch: master | David Fuhrmann <[email protected]> | Fri May 10 10:44:54 2013 +0200| [50f7a078c47c0118426d348f1011bb1c4e5defcc] | committer: David Fuhrmann
vlc_aout.h: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50f7a078c47c0118426d348f1011bb1c4e5defcc --- include/vlc_aout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_aout.h b/include/vlc_aout.h index cf6bb09..49c0ec6 100644 --- a/include/vlc_aout.h +++ b/include/vlc_aout.h @@ -201,7 +201,7 @@ VLC_API void aout_Deinterleave(void *dst, const void *src, unsigned samples, unsigned channels, vlc_fourcc_t fourcc); /** - * This fonction will compute the extraction parameter into pi_selection to go + * This function will compute the extraction parameter into pi_selection to go * from i_channels with their type given by pi_order_src[] into the order * describe by pi_order_dst. * It will also set : _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
