Fix 1698604: Moved the quick_rng class into its own header, since it was present...
[synfig.git] / synfig-core / trunk / src / synfig / target_tile.cpp
index 7a411bb..803dbd2 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file target_tile.cpp
 **     \brief Template File
 **
-**     $Id: target_tile.cpp,v 1.2 2005/01/12 06:46:45 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -283,7 +283,7 @@ synfig::Target_Tile::render_frame_(Context context,ProgressCallback *cb)
 
 #if SYNFIG_DISPLAY_EFFICIENCY==1
        synfig::info(">>>>>> Render Time: %fsec, Find Tile Time: %fsec, Add Tile Time: %fsec, Total Time: %fsec",work_time,find_tile_time,add_tile_time,total_time());
-       synfig::info(">>>>>> FRAME EFICIENCY: %f%%",(100.0f*work_time/total_time()));
+       synfig::info(">>>>>> FRAME EFFICIENCY: %f%%",(100.0f*work_time/total_time()));
 #endif
 #undef total_tiles
        return true;