Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_gif / trgt_gif.h
index e61fffb..ae10e31 100644 (file)
@@ -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;