Francois Gouget : jscript: A spelling fix in a comment.

Alexandre Julliard julliard at winehq.org
Thu Aug 8 19:27:20 CDT 2019


Module: wine
Branch: master
Commit: 0479b6b3fd917f0faf8764e5e9ee93142fbf4e53
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0479b6b3fd917f0faf8764e5e9ee93142fbf4e53

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug  8 15:19:18 2019 +0200

jscript: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 5c06efd..bbd8d53 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 */




More information about the wine-cvs mailing list