Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_gif / trgt_gif.h
index 6be2c85..ae10e31 100644 (file)
@@ -151,7 +151,7 @@ private:
                }
 
                // Destructor just deletes any
-               // children and sibblings.
+               // children and siblings.
                ~lzwcode()
                {
                        if(kids)
@@ -168,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;