]> git.sesse.net Git - vlc/commitdiff
* it's information, not informations (you missed some, dj :P)
authorSam Hocevar <sam@videolan.org>
Fri, 16 Jul 2004 11:33:32 +0000 (11:33 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 16 Jul 2004 11:33:32 +0000 (11:33 +0000)
include/vlc_config.h
include/vlc_input.h
include/vlc_meta.h
include/vlc_playlist.h

index ecce507a2f28ec4d98cd36b9065d8be175a2d694..443a84650a3d9320c2ae9699c3d8c625e190cb68 100644 (file)
 /* Maximum number of active areas in a rendering buffer. Active areas are areas
  * of the picture which need to be cleared before re-using the buffer. If a
  * picture, including its many additions such as subtitles, additionnal user
- * informations and interface, has too many active areas, some of them are
+ * information and interface, has too many active areas, some of them are
  * joined. */
 #define VOUT_MAX_AREAS                  5
 
index 4f62e5d98fa480d8ea2b9f6e2b3e921634d2a7bb..dfeb86054b7cd261e25ffd559a4eab1bd395f281 100644 (file)
@@ -185,7 +185,7 @@ enum input_state_e
 #define INPUT_RATE_MIN       125            /* Up to 8/1 */
 #define INPUT_RATE_MAX      8000            /* Up to 1/8 */
 
-/* input_source_t: gathers all informations per input source */
+/* input_source_t: gathers all information per input source */
 typedef struct
 {
     /* Input item description */
index 5986bf695e2bc748c71b140d53ee9e6b52ab94ac..71aeff3159b0ccd850ee44b1fdd65718a42db594 100644 (file)
@@ -46,7 +46,7 @@ struct vlc_meta_t
     char    **name;
     char    **value;
 
-    /* track meta informations */
+    /* track meta information */
     int         i_track;
     vlc_meta_t  **track;
 };
index 808f3d4085eb1f1b8fa3156d83eb9fd3d7228db2..9c9a6ee615a7965bf4c60da3b27cf17a7f120cd3 100644 (file)
@@ -155,7 +155,7 @@ VLC_EXPORT( int,  playlist_Enable, ( playlist_t *, int ) );
 VLC_EXPORT( int,  playlist_DisableGroup, ( playlist_t *, int ) );
 VLC_EXPORT( int,  playlist_EnableGroup, ( playlist_t *, int ) );
 
-/* Basic item informations accessors */
+/* Basic item information accessors */
 VLC_EXPORT( int, playlist_ItemSetGroup, (playlist_item_t *, int ) );
 VLC_EXPORT( int, playlist_ItemSetName, (playlist_item_t *,  char * ) );
 VLC_EXPORT( int, playlist_ItemSetDuration, (playlist_item_t *, mtime_t ) );