From: dooglus Date: Tue, 5 Feb 2008 19:12:32 +0000 (+0000) Subject: Typo. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=012172689b1ebda5d1c28c5196aeb38cf701633e;p=synfig.git Typo. git-svn-id: http://svn.voria.com/code@1597 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/render.cpp b/synfig-core/trunk/src/synfig/render.cpp index c92f550..af58a0e 100644 --- a/synfig-core/trunk/src/synfig/render.cpp +++ b/synfig-core/trunk/src/synfig/render.cpp @@ -212,7 +212,7 @@ synfig::render( assert(target); - // If we do not have a a target then bail + // If we do not have a target then bail if(!target) return false; @@ -378,7 +378,7 @@ synfig::render_threaded( assert(target); - // If we do not have a a target then bail + // If we do not have a target then bail if(!target) return false;