mesa: Fix typos in print messages

s/inconsistant/inconsistent/
s/occurences/occurrences/

Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Andreas Boll 2015-12-09 17:10:33 +01:00
parent 5c27cb3da3
commit c83e161c91
2 changed files with 2 additions and 2 deletions

View file

@ -2028,7 +2028,7 @@ compressed_texture_error_check(struct gl_context *ctx, GLint dimensions,
* if <imageSize> is not consistent with the format, dimensions, and
* contents of the specified image.
*/
reason = "imageSize inconsistant with width/height/format";
reason = "imageSize inconsistent with width/height/format";
error = GL_INVALID_VALUE;
goto error;
}

View file

@ -861,7 +861,7 @@ _mesa_TransformFeedbackVaryings(GLuint program, GLsizei count,
if (buffers > ctx->Const.MaxTransformFeedbackBuffers) {
_mesa_error(ctx, GL_INVALID_OPERATION,
"glTransformFeedbackVaryings(too many gl_NextBuffer "
"occurences)");
"occurrences)");
return;
}
} else {