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:
Francois Gouget 2019-08-08 15:19:18 +02:00 committed by Alexandre Julliard
parent 8080e204bf
commit 0479b6b3fd
1 changed files with 1 additions and 1 deletions

View File

@ -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 */