vbscript: Fix typo.
This commit is contained in:
parent
30e9a37bbb
commit
4bd3981204
|
@ -429,7 +429,7 @@ static HRESULT Global_CBool(vbdisp_t *This, VARIANT *arg, unsigned args_cnt, VAR
|
|||
val = V_R8(arg) > 0.0 || V_R8(arg) < 0.0;
|
||||
break;
|
||||
default:
|
||||
ERR("Not a numeric vaule: %s\n", debugstr_variant(arg));
|
||||
ERR("Not a numeric value: %s\n", debugstr_variant(arg));
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue