mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 09:10:32 +01:00
s/lenght/length/
This commit is contained in:
parent
af13891dbd
commit
a2e696e521
1 changed files with 2 additions and 2 deletions
|
|
@ -1949,9 +1949,9 @@ parse_param (GLcontext * ctx, GLubyte ** inst, struct var_cache **vc_head,
|
|||
if (specified_length) {
|
||||
if (specified_length != (int)param_var->param_binding_length) {
|
||||
_mesa_set_program_error (ctx, Program->Position,
|
||||
"Declared parameter array lenght does not match parameter list");
|
||||
"Declared parameter array length does not match parameter list");
|
||||
_mesa_error (ctx, GL_INVALID_OPERATION,
|
||||
"Declared parameter array lenght does not match parameter list");
|
||||
"Declared parameter array length does not match parameter list");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue