msvcp90: Fix a typo in an FIXME message

Frédéric Delanoy frederic.delanoy at gmail.com
Wed May 18 05:10:31 CDT 2016


Signed-off-by: Frédéric Delanoy <frederic.delanoy at gmail.com>
---
 dlls/msvcp90/misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp90/misc.c b/dlls/msvcp90/misc.c
index a41d357..81a5fbb 100644
--- a/dlls/msvcp90/misc.c
+++ b/dlls/msvcp90/misc.c
@@ -471,7 +471,7 @@ typedef struct
 int __cdecl _Mtx_init(_Mtx_t *mtx, int flags)
 {
     if(flags & ~MTX_MULTI_LOCK)
-        FIXME("unknown flags ignorred: %x\n", flags);
+        FIXME("unknown flags ignored: %x\n", flags);
 
     *mtx = MSVCRT_operator_new(sizeof(**mtx));
     (*mtx)->flags = flags;
-- 
2.8.2




More information about the wine-patches mailing list