Changeset 58888942c16299047f0e3022cb57bcd7842bff82

Show
Ignore:
Timestamp:
10/02/07 21:22:50 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1171138970 +0000
git-parent:

[c038bbd9d932f186dd5bba7652b49c1e477d6d8a]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1171138970 +0000
Message:

English grammar fixes (I think)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/gather.c

    rd3fe7f2 r5888894  
    122122    int i; 
    123123 
    124     /* search a output compatible */ 
     124    /* search a compatible output */ 
    125125    for( i = 0; i < p_sys->i_id; i++ ) 
    126126    { 
     
    143143    } 
    144144 
    145     /* destroy all output of the same categorie */ 
     145    /* destroy all outputs from the same category */ 
    146146    for( i = 0; i < p_sys->i_id; i++ ) 
    147147    {