vbscript: Fix typo.

This commit is contained in:
Frédéric Delanoy 2013-05-21 22:53:46 +02:00 committed by Alexandre Julliard
parent 30e9a37bbb
commit 4bd3981204
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}