From: dooglus Date: Tue, 30 Oct 2007 15:08:05 +0000 (+0000) Subject: Typo: 'datastructure' -> 'data structure'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e680461905871f7a4fbe399dc67e2baed39f6cae;p=synfig.git Typo: 'datastructure' -> 'data structure'. git-svn-id: http://svn.voria.com/code@1059 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/color.h b/synfig-core/trunk/src/synfig/color.h index ebeb0b3..22d0587 100644 --- a/synfig-core/trunk/src/synfig/color.h +++ b/synfig-core/trunk/src/synfig/color.h @@ -727,7 +727,7 @@ enum PixelFormat PF_A_INV=(1<<7), //!< If set, the alpha channel is stored as 1.0-a PF_Z_INV=(1<<8), //!< If set, the ZDepth channel is stored as 1.0-z - PF_RAW_COLOR=(1<<9)+(1<<1) //!< If set, the data represents a raw Color datastructure, and all other bits are ignored. + PF_RAW_COLOR=(1<<9)+(1<<1) //!< If set, the data represents a raw Color data structure, and all other bits are ignored. }; inline PixelFormat operator|(PixelFormat lhs, PixelFormat rhs)