Fix various misspellings

letancy -> latency
compund -> compound
SpicedSubMessage -> SpiceSubMessage
modifaiers -> modifiers
massage -> message
outgoiong -> outgoing
AlphaBlnd -> AlphaBlend
remoth -> remote
modifires -> modifiers
secore -> secure
This commit is contained in:
Alexander Larsson 2010-07-08 18:26:37 +02:00 committed by Marc-André Lureau
parent a09be53ea8
commit adce65685f
2 changed files with 2 additions and 2 deletions

View File

@ -753,7 +753,7 @@ channel DisplayChannel : BaseChannel {
message {
DisplayBase base;
struct AlphaBlnd {
struct AlphaBlend {
alpha_flags alpha_flags;
uint8 alpha;
Image *src_bitmap;

View File

@ -710,7 +710,7 @@ channel DisplayChannel : BaseChannel {
message {
DisplayBase base;
struct AlphaBlnd {
struct AlphaBlend {
int8 alpha_flags @virtual(0);
uint8 alpha;
Image *src_bitmap;