Corrected words in comments of test programs.
This commit is contained in:
parent
fac63fa2e4
commit
c03703d90d
3 changed files with 5 additions and 5 deletions
|
@ -92,8 +92,8 @@ main(int argc, char *argv[])
|
|||
RWOP_ERR_QUIT(rwops);
|
||||
printf("test1 OK\n");
|
||||
|
||||
/* test 2 : check that inexistant file is not successfully opened/created when required */
|
||||
/* modes : r, r+ implie that file MUST exist
|
||||
/* test 2 : check that inexistent file is not successfully opened/created when required */
|
||||
/* modes : r, r+ imply that file MUST exist
|
||||
modes : a, a+, w, w+ checks that it succeeds (file may not exists)
|
||||
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue