Commit 24b9dd14 authored by Sam Hocevar's avatar Sam Hocevar

* src/input/control.c: minor typo in a comment.

parent 9ce68951
...@@ -39,7 +39,7 @@ static void NotifyPlaylist( input_thread_t * ); ...@@ -39,7 +39,7 @@ static void NotifyPlaylist( input_thread_t * );
* Control function for inputs. * Control function for inputs.
* \param p_input input handle * \param p_input input handle
* \param i_query query type * \param i_query query type
* \return VLC_SUCESS if ok * \return VLC_SUCCESS if ok
*/ */
int input_Control( input_thread_t *p_input, int i_query, ... ) int input_Control( input_thread_t *p_input, int i_query, ... )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment