Commit 4bd39812 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

vbscript: Fix typo.

parent 30e9a37b
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment