]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout_display.h
Fix printf type.
[vlc] / include / vlc_vout_display.h
index 9408968b7b5facfe233719bae47b9c9969ef5217..e79ce7ef56f0121e359c40587ff0e105cc29f6a0 100644 (file)
@@ -124,7 +124,7 @@ typedef struct {
     bool has_double_click;    /* Is double-click generated */
     bool has_hide_mouse;      /* Is mouse automatically hidden */
     bool has_pictures_invalid;/* Will VOUT_DISPLAY_EVENT_PICTURES_INVALID be used */
-    bool has_event_thread;    /* Will events (key at least) be emitted using an independant thread */
+    bool has_event_thread;    /* Will events (key at least) be emitted using an independent thread */
 } vout_display_info_t;
 
 /**