From: dooglus Date: Wed, 10 Oct 2007 17:30:33 +0000 (+0000) Subject: Typo. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=40e340bcdda689cca6f5ec7f67bdec8c476a25f9;p=synfig.git Typo. git-svn-id: http://svn.voria.com/code@897 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/preview.cpp b/synfig-studio/trunk/src/gtkmm/preview.cpp index f0d56e1..7c9e95e 100644 --- a/synfig-studio/trunk/src/gtkmm/preview.cpp +++ b/synfig-studio/trunk/src/gtkmm/preview.cpp @@ -256,7 +256,7 @@ void studio::Preview::frame_finish(const Preview_Target *targ) if(!buffer) return; - //convert all the pixles to the pixbuf... buffer... thing... + //convert all the pixels to the pixbuf... buffer... thing... //synfig::warning("Converting..."); convert_color_format(buffer, surf[0], surf.get_w()*surf.get_h(), pf, App::gamma);