Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/jscript/enumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/jscript/enumerator.c b/dlls/jscript/enumerator.c index 06ae7afd5af..5f5b135cb50 100644 --- a/dlls/jscript/enumerator.c +++ b/dlls/jscript/enumerator.c @@ -61,7 +61,7 @@ static inline HRESULT enumvar_get_next_item(EnumeratorInstance *This) if (This->atend) return S_OK;
- /* dont leak pervious value */ + /* don't leak previous value */ jsval_release(This->item);
/* not at end ... get next item */