Module: wine
Branch: master
Commit: e9776726618a5363c6395401e1388c30c5e449e6
URL: http://source.winehq.org/git/wine.git/?a=commit;h=e9776726618a5363c6395401e…
Author: Detlef Riekenberg <wine.dev(a)web.de>
Date: Mon Feb 1 20:47:31 2010 +0100
mapi32/tests: Fix a typo in a comment.
---
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);