mapi32/tests: Fix a typo in a comment.
authorDetlef Riekenberg <wine.dev@web.de>
Mon, 1 Feb 2010 19:47:31 +0000 (20:47 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Feb 2010 10:47:20 +0000 (11:47 +0100)
dlls/mapi32/tests/util.c

index 0d1022af4da8a2915823cf52a1fdccb0eca62ffa..0edac07aee687db56bf7dfc23b44af6c8473bbe8 100644 (file)
@@ -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);