Francois Gouget : xactengine3_7/tests: Fix the spelling of a couple of comments.

Alexandre Julliard julliard at winehq.org
Wed Nov 25 15:58:54 CST 2020


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Nov 25 19:43:03 2020 +0100

xactengine3_7/tests: Fix the spelling of a couple of comments.

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

---

 dlls/xactengine3_7/tests/xact3.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/xactengine3_7/tests/xact3.c b/dlls/xactengine3_7/tests/xact3.c
index 9b0d3defb09..6b04c36a9f0 100644
--- a/dlls/xactengine3_7/tests/xact3.c
+++ b/dlls/xactengine3_7/tests/xact3.c
@@ -51,13 +51,13 @@ struct xact_interfaces
     {&CLSID_XACTEngine30, &IID_IXACT3Engine31, E_NOINTERFACE},
     {&CLSID_XACTEngine30, &IID_IXACT3Engine,   E_NOINTERFACE },
 
-    /* Version 3.1 to 3.4 use the same inteface */
+    /* Version 3.1 to 3.4 use the same interface */
     {&CLSID_XACTEngine31, &IID_IXACT3Engine31, S_OK },
     {&CLSID_XACTEngine32, &IID_IXACT3Engine31, S_OK },
     {&CLSID_XACTEngine33, &IID_IXACT3Engine31, S_OK },
     {&CLSID_XACTEngine34, &IID_IXACT3Engine31, S_OK },
 
-    /* Version 3.5 to 3.7 use the same inteface */
+    /* Version 3.5 to 3.7 use the same interface */
     {&CLSID_XACTEngine35, &IID_IXACT3Engine31, E_NOINTERFACE },
     {&CLSID_XACTEngine35, &IID_IXACT3Engine,   S_OK },
 




More information about the wine-cvs mailing list