Fix a typo.
[reactos.git] / reactos / subsys / win32k / objects / dc.c
index 846f306..e44b5df 100644 (file)
@@ -989,7 +989,7 @@ NtGdiCreateDC(PUNICODE_STRING Driver,
 
   Ret = IntGdiCreateDC(NULL == Driver ? NULL : &SafeDriver,
                        NULL == Device ? NULL : &SafeDevice, NULL,
-                       NULL == InitData ? NULL : &SafeInitData, FLASE);
+                       NULL == InitData ? NULL : &SafeInitData, FALSE);
 
   return Ret;
 }