[DLLS] Spelling fixes by Josh Soref. CORE-12286
[reactos.git] / reactos / dll / opengl / mesa / vbo / vbo_exec_api.c
index 56e3fea..5ecb00f 100644 (file)
@@ -793,7 +793,7 @@ static void GLAPIENTRY vbo_exec_Begin( GLenum mode )
          return;
       }
 
-      /* Heuristic: attempt to isolate attributes occuring outside
+      /* Heuristic: attempt to isolate attributes occurring outside
        * begin/end pairs.
        */
       if (exec->vtx.vertex_size && !exec->vtx.attrsz[0])