Fix some typos in comments
This commit is contained in:
parent
1051df45e3
commit
5eae6de2f4
3 changed files with 4 additions and 4 deletions
|
@ -2208,7 +2208,7 @@ static int FS_AddFileToList( char *name, char *list[MAX_FOUND_FILES], int nfiles
|
|||
}
|
||||
for ( i = 0 ; i < nfiles ; i++ ) {
|
||||
if ( !Q_stricmp( name, list[i] ) ) {
|
||||
return nfiles; // allready in list
|
||||
return nfiles; // already in list
|
||||
}
|
||||
}
|
||||
list[nfiles] = CopyString( name );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue