X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_gif%2Ftrgt_gif.h;h=ae10e31d3a7407ffd4778ec22f6bd0d77cb9243e;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=e61fffba10b2a952f5e201f8a7ddc00da97cb40f;hpb=70bcefce2ab011a11014f36fc129b473cc0bc61e;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h b/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h index e61fffb..ae10e31 100644 --- a/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h +++ b/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h @@ -2,6 +2,8 @@ /*! \file trgt_gif.h ** \brief Template Header ** +** $Id$ +** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** @@ -66,7 +68,7 @@ private: empty(); } - // Emptys out the current pool into + // Empties out the current pool into // the buffer. Calls 'dump()' if the // buffer is full. void empty() @@ -149,7 +151,7 @@ private: } // Destructor just deletes any - // children and sibblings. + // children and siblings. ~lzwcode() { if(kids) @@ -166,7 +168,7 @@ private: int i, // General-purpose index codesize, // Current code size - rootsize, // Size of pixel bits (will be recalculted) + rootsize, // Size of pixel bits (will be recalculated) nextcode; // Next code to use lzwcode *table,*next,*node;