Commit 34499cc6 authored by Peter Hunnisett's avatar Peter Hunnisett Committed by Alexandre Julliard

Fixed small typo.

parent 9ce99cdb
......@@ -433,7 +433,7 @@ typedef struct _DDCAPS
/* Set/Get Colour Key Flags */
#define DDCKEY_COLORSPACE 0x00000001 /* Struct is ingle colour space */
#define DDCKEY_COLORSPACE 0x00000001 /* Struct is single colour space */
#define DDCKEY_DESTBLT 0x00000002 /* To be used as dest for blt */
#define DDCKEY_DESTOVERLAY 0x00000004 /* To be used as dest for CK overlays */
#define DDCKEY_SRCBLT 0x00000008 /* To be used as src for blt */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment