[PATCH] mapi32/tests: Fix a Typo in a comment

Detlef Riekenberg wine.dev at web.de
Mon Feb 1 13:47:31 CST 2010


---
 dlls/mapi32/tests/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mapi32/tests/util.c b/dlls/mapi32/tests/util.c
index 0d1022a..0edac07 100644
--- a/dlls/mapi32/tests/util.c
+++ b/dlls/mapi32/tests/util.c
@@ -242,7 +242,7 @@ START_TEST(util)
 
     /* We call MAPIInitialize here for the benefit of native extended MAPI
      * providers which crash in the HexFromBin tests when MAPIInitialize has
-     * not been called. Since MAPIInitialize is irrelevant for HexFfromBin on
+     * not been called. Since MAPIInitialize is irrelevant for HexFromBin on
      * Wine, we do not care whether MAPIInitialize succeeds. */
     if (pMAPIInitialize)
         ret = pMAPIInitialize(NULL);
-- 
1.6.5




More information about the wine-patches mailing list