Commit 0479b6b3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

jscript: A spelling fix in a comment.

parent 8080e204
...@@ -61,7 +61,7 @@ static inline HRESULT enumvar_get_next_item(EnumeratorInstance *This) ...@@ -61,7 +61,7 @@ static inline HRESULT enumvar_get_next_item(EnumeratorInstance *This)
if (This->atend) if (This->atend)
return S_OK; return S_OK;
/* dont leak pervious value */ /* don't leak previous value */
jsval_release(This->item); jsval_release(This->item);
/* not at end ... get next item */ /* not at end ... get next item */
......
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