From d2d5d06226fdf244d298068d18a2a3aa390e5c26 Mon Sep 17 00:00:00 2001 From: zakk Date: Tue, 17 Jun 2008 04:44:36 +0000 Subject: Thanks to Lakitu7 for pointing this out. git-svn-id: svn://svn.icculus.org/quake3/trunk@1388 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon/files.c') diff --git a/code/qcommon/files.c b/code/qcommon/files.c index dcdb7bc..64fe8d5 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -381,7 +381,7 @@ static fileHandle_t FS_HandleForFile(void) { static FILE *FS_FileForHandle( fileHandle_t f ) { if ( f < 0 || f > MAX_FILE_HANDLES ) { - Com_Error( ERR_DROP, "FS_FileForHandle: out of reange" ); + Com_Error( ERR_DROP, "FS_FileForHandle: out of range" ); } if (fsh[f].zipFile == qtrue) { Com_Error( ERR_DROP, "FS_FileForHandle: can't get FILE on zip file" ); -- cgit v1.2.3