[vlc-commits] vlc_aout.h: fix typo
David Fuhrmann
git at videolan.org
Fri May 10 10:45:49 CEST 2013
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | 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 :
More information about the vlc-commits
mailing list