From 0bbc1eeee3f0c28c622bd05022c67aac6811486b Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 16 May 2009 19:10:08 +0300 Subject: [PATCH] Typo --- modules/gui/qt4/input_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp index b87fd99955..0b456ad086 100644 --- a/modules/gui/qt4/input_manager.cpp +++ b/modules/gui/qt4/input_manager.cpp @@ -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 ); -- 2.39.5