]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 16 May 2009 16:10:08 +0000 (19:10 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 16 May 2009 16:10:08 +0000 (19:10 +0300)
modules/gui/qt4/input_manager.cpp

index b87fd99955aefa1045f509dd5bdb2227a5cec973..0b456ad086193ae58c4b1e8c2a962ddf2a3bc139 100644 (file)
@@ -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 );