Commit 0bbc1eee authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 1a12ab42
......@@ -883,7 +883,7 @@ MainInputManager::MainInputManager( intf_thread_t *_p_intf )
CONNECT( this, inputChanged( input_thread_t * ),
im, setInput( input_thread_t * ) );
/* emit check if playlist has allready started playing */
/* emit check if playlist has already started playing */
IMEvent *event = new IMEvent( ItemChanged_Type,
var_GetInteger( THEPL, "item-current" ) );
customEvent( event );
......
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