Fix a typo.
Modified: trunk/reactos/subsys/win32k/objects/dc.c
_____
Modified: trunk/reactos/subsys/win32k/objects/dc.c
--- trunk/reactos/subsys/win32k/objects/dc.c 2005-12-07 22:11:25 UTC
(rev 19955)
+++ trunk/reactos/subsys/win32k/objects/dc.c 2005-12-07 22:19:46 UTC
(rev 19956)
@@ -989,7 +989,7 @@
Ret = IntGdiCreateDC(NULL == Driver ? NULL : &SafeDriver,
NULL == Device ? NULL : &SafeDevice, NULL,
- NULL == InitData ? NULL : &SafeInitData, FLASE);
+ NULL == InitData ? NULL : &SafeInitData, FALSE);
return Ret;
}