From: Sam Hocevar Date: Fri, 16 Jul 2004 11:33:32 +0000 (+0000) Subject: * it's information, not informations (you missed some, dj :P) X-Git-Tag: 0.8.0~921 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2e11ee156299d7c2730d17bca35ebf09c02967ec;p=vlc * it's information, not informations (you missed some, dj :P) --- diff --git a/include/vlc_config.h b/include/vlc_config.h index ecce507a2f..443a84650a 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -201,7 +201,7 @@ /* 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 diff --git a/include/vlc_input.h b/include/vlc_input.h index 4f62e5d98f..dfeb86054b 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -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 */ diff --git a/include/vlc_meta.h b/include/vlc_meta.h index 5986bf695e..71aeff3159 100644 --- a/include/vlc_meta.h +++ b/include/vlc_meta.h @@ -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; }; diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h index 808f3d4085..9c9a6ee615 100644 --- a/include/vlc_playlist.h +++ b/include/vlc_playlist.h @@ -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 ) );