From: dooglus Date: Tue, 30 Oct 2007 16:13:40 +0000 (+0000) Subject: Typo: 'backgound' -> 'background'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=aef7acdca9a40c6e0b82a9fc3b71824b1a98a24c;p=synfig.git Typo: 'backgound' -> 'background'. git-svn-id: http://svn.voria.com/code@1076 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/mod_gif/trgt_gif.cpp b/synfig-core/trunk/src/modules/mod_gif/trgt_gif.cpp index 6a3502c..6b939af 100644 --- a/synfig-core/trunk/src/modules/mod_gif/trgt_gif.cpp +++ b/synfig-core/trunk/src/modules/mod_gif/trgt_gif.cpp @@ -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();