]> git.sesse.net Git - vlc/blobdiff - include/vlc_interaction.h
* - This should fix the "crash upon quit" issue with VLC Mac OS X.
[vlc] / include / vlc_interaction.h
index 2e446706b55817041d860914a5f6daffa55ce721..45ab61bb3c2492d0b7f0213475778fc3dca485d1 100644 (file)
@@ -52,7 +52,7 @@ struct interaction_dialog_t
     char           *psz_title;          //< Title
     char           *psz_description;    //< Descriptor string
 
-    int             i_widgets;          //< Nu,ber of dialog widgets
+    int             i_widgets;          //< Number of dialog widgets
     user_widget_t **pp_widgets;         //< Dialog widgets
 
     void *          p_private;          //< Private interface data