Typo: 'backgound' -> 'background'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:13:40 +0000 (16:13 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:13:40 +0000 (16:13 +0000)
git-svn-id: http://svn.voria.com/code@1076 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_gif/trgt_gif.cpp

index 6a3502c..6b939af 100644 (file)
@@ -132,7 +132,7 @@ gif::init()
        else
                fputc((0xF0+(rootsize-1))&~(1<<7),file.get());  // flags
 
-       fputc(0,file.get());            // backgound color
+       fputc(0,file.get());            // background color
        fputc(0,file.get());            // Pixel Aspect Ratio
 
        DEBUGPOINT();