[PATCH] jscript: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Thu Aug 8 08:19:18 CDT 2019


Signed-off-by: Francois Gouget <fgouget at 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




More information about the wine-devel mailing list