summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/teximage.c
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2015-12-09 17:10:33 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2015-12-09 18:29:11 +0100
commitc83e161c91d1ca6cba1c277a21e380d0884e7660 (patch)
treed9ed0b7401415368fee9320dfb554c65ccd6b230 /src/mesa/main/teximage.c
parent5c27cb3da3f07d9cd50b6c8575f99f5dd6f32910 (diff)
downloadexternal_mesa3d-c83e161c91d1ca6cba1c277a21e380d0884e7660.zip
external_mesa3d-c83e161c91d1ca6cba1c277a21e380d0884e7660.tar.gz
external_mesa3d-c83e161c91d1ca6cba1c277a21e380d0884e7660.tar.bz2
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>
Diffstat (limited to 'src/mesa/main/teximage.c')
-rw-r--r--src/mesa/main/teximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index 60fc7cc..73b3318 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -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;
}