Typo: 'gracefuly' -> 'gracefully'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:06:55 +0000 (15:06 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 15:06:55 +0000 (15:06 +0000)
git-svn-id: http://svn.voria.com/code@1051 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/render.cpp

index 4789f52..c92f550 100644 (file)
@@ -256,7 +256,7 @@ synfig::render(
                        {
                                // If the callback returns false,
                                // then the render has been aborted.
-                               // Exit gracefuly.
+                               // Exit gracefully.
 
                                target->end_scanline();
                                target->end_frame();
@@ -432,7 +432,7 @@ synfig::render_threaded(
                        {
                                // If the callback returns false,
                                // then the render has been aborted.
-                               // Exit gracefuly.
+                               // Exit gracefully.
 
                                target->end_scanline();
                                target->end_frame();