persistentstorage/sql/TEST/t_sqlperformance5.cpp
changeset 31 ba1c4f4a893f
parent 28 7a522c0700d3
child 55 44f437012c90
child 56 839ea9debada
--- a/persistentstorage/sql/TEST/t_sqlperformance5.cpp	Thu Jul 01 17:02:22 2010 +0100
+++ b/persistentstorage/sql/TEST/t_sqlperformance5.cpp	Tue Jul 06 11:54:49 2010 +0100
@@ -296,7 +296,7 @@
 	delete thumbnailBuf;
 	}
 
-void FlushTemptTables()
+void FlushTempTables()
 	{
 	TUint32 fc1 = User::FastCounter();
 	
@@ -358,7 +358,7 @@
 	TEST2(err, KErrNone);
 	
 	PoulateTempTables(stmt1, stmt2);
-	FlushTemptTables();
+	FlushTempTables();
 	
 	stmt2.Close();
 	stmt1.Close();