[vlc-commits] src: fix typo in comment
David Fuhrmann
git at videolan.org
Wed Mar 26 18:27:53 CET 2014
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Mar 26 18:27:20 2014 +0100| [cc3b59d6c8c5cffd9b88d81492b417d899f55d70] | committer: David Fuhrmann
src: fix typo in comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc3b59d6c8c5cffd9b88d81492b417d899f55d70
---
src/audio_output/common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/audio_output/common.c b/src/audio_output/common.c
index d6d3776..f92230e 100644
--- a/src/audio_output/common.c
+++ b/src/audio_output/common.c
@@ -531,7 +531,7 @@ static int FilterOrder( const char *psz_name )
return INT_MAX;
}
-/* This function will add or remove a a module from a string list (colon
+/* This function will add or remove a module from a string list (colon
* separated). It will return true if there is a modification
* In case p_aout is NULL, we will use configuration instead of variable */
bool aout_ChangeFilterString( vlc_object_t *p_obj, vlc_object_t *p_aout,
More information about the vlc-commits
mailing list