From: dooglus Date: Tue, 30 Oct 2007 16:14:08 +0000 (+0000) Subject: Typo: 'recalculted' -> 'recalculated'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=2669ed203c4766b4fd66949d8b7c815cccc0bce6;p=synfig.git Typo: 'recalculted' -> 'recalculated'. git-svn-id: http://svn.voria.com/code@1079 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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 4bcfb93..ae10e31 100644 --- a/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h +++ b/synfig-core/trunk/src/modules/mod_gif/trgt_gif.h @@ -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;