jscript: A spelling fix in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8080e204bf
commit
0479b6b3fd
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue