aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-13 13:43:54 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-13 13:43:54 +0100
commit23fb617551f7d89dbc1fc9e216b7f12d2936e1a2 (patch)
tree2c01ddb7c7353609121a158c18c1a5487c98ec83 /nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c
parent6e662473126d0668493732ece7e3c3bb1b0ea72c (diff)
downloadnx-libs-23fb617551f7d89dbc1fc9e216b7f12d2936e1a2.tar.gz
nx-libs-23fb617551f7d89dbc1fc9e216b7f12d2936e1a2.tar.bz2
nx-libs-23fb617551f7d89dbc1fc9e216b7f12d2936e1a2.zip
Fix several typos in nxcomp.
Former patch file names: 991_fix-hr-typos.full+lite.patch 991_fix-hr-typos.full.patch
Diffstat (limited to 'nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c')
-rw-r--r--nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c b/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c
index ed1cbd908..c998f7c66 100644
--- a/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c
+++ b/nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c
@@ -4106,7 +4106,7 @@ _mesa_parse_arb_program (GLcontext * ctx, const GLubyte * str, GLsizei len,
if (*inst++ != REVISION) {
_mesa_set_program_error (ctx, 0, "Grammar version mismatch");
_mesa_error(ctx, GL_INVALID_OPERATION,
- "glProgramStringARB(Grammar verison mismatch)");
+ "glProgramStringARB(Grammar version mismatch)");
err = GL_TRUE;
}
else {