[PATCH] jscript: A spelling fix in a comment.
8 Aug
2019
8 Aug
'19
1:19 p.m.
Signed-off-by: Francois Gouget <fgouget(a)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 */ -- 2.20.1
2409
Age (days ago)
2409
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget