]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/controller.hpp
Typos
[vlc] / modules / gui / qt4 / components / controller.hpp
index f987226a497c9f917f5c16c1f853fc2a28acc074..0bfa70e5682f8bd297b5c42c19be0c118fd2fc7d 100644 (file)
@@ -167,8 +167,8 @@ protected slots:
     virtual void setStatus( int );
 
 signals:
-    void inputExists( bool ); /// This might be usefull in the IM ?
-    void inputPlaying( bool ); /// This might be usefull in the IM ?
+    void inputExists( bool ); /// This might be useful in the IM ?
+    void inputPlaying( bool ); /// This might be useful in the IM ?
     void inputIsRecordable( bool ); /// same ?
     void inputIsTrickPlayable( bool ); /// same ?
 };