diff --git a/source/gl_rlight.c b/source/gl_rlight.c index a3f93bf..f40f772 100644 --- a/source/gl_rlight.c +++ b/source/gl_rlight.c @@ -372,7 +372,7 @@ RecursiveLightPoint (mnode_t *node, vec3_t start, vec3_t end) return r; // hit something if ((back < 0) == side) - return -1; // didn't hit anuthing + return -1; // didn't hit anything // check for impact on this node VectorCopy (mid, lightspot);