From 34499cc60f730b59e8d6fcbf96cef7ac584d5a56 Mon Sep 17 00:00:00 2001 From: Peter Hunnisett Date: Sat, 17 Oct 1998 12:22:49 +0000 Subject: [PATCH] Fixed small typo. --- include/ddraw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ddraw.h b/include/ddraw.h index 9c20ee6d148..1632afb1e32 100644 --- a/include/ddraw.h +++ b/include/ddraw.h @@ -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 */ -- 2.11.4.GIT