r1388 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jun 17 00:44:36 EDT 2008


Author: zakk
Date: 2008-06-17 00:44:36 -0400 (Tue, 17 Jun 2008)
New Revision: 1388

Modified:
   trunk/code/qcommon/files.c
Log:
Thanks to Lakitu7 for pointing this out.


Modified: trunk/code/qcommon/files.c
===================================================================
--- trunk/code/qcommon/files.c	2008-06-13 02:28:51 UTC (rev 1387)
+++ trunk/code/qcommon/files.c	2008-06-17 04:44:36 UTC (rev 1388)
@@ -381,7 +381,7 @@
 
 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" );




More information about the quake3-commits mailing list