Changeset 58888942c16299047f0e3022cb57bcd7842bff82
- 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
| rd3fe7f2 |
r5888894 |
|
| 122 | 122 | int i; |
|---|
| 123 | 123 | |
|---|
| 124 | | /* search a output compatible */ |
|---|
| | 124 | /* search a compatible output */ |
|---|
| 125 | 125 | for( i = 0; i < p_sys->i_id; i++ ) |
|---|
| 126 | 126 | { |
|---|
| … | … | |
| 143 | 143 | } |
|---|
| 144 | 144 | |
|---|
| 145 | | /* destroy all output of the same categorie */ |
|---|
| | 145 | /* destroy all outputs from the same category */ |
|---|
| 146 | 146 | for( i = 0; i < p_sys->i_id; i++ ) |
|---|
| 147 | 147 | { |
|---|