persistentstorage/sql/TEST/t_sqlperformance5.cpp
branchRCL_3
changeset 21 28839de615b4
parent 15 fcc16690f446
--- a/persistentstorage/sql/TEST/t_sqlperformance5.cpp	Mon Jun 21 17:37:53 2010 +0300
+++ b/persistentstorage/sql/TEST/t_sqlperformance5.cpp	Thu Aug 19 11:36:21 2010 +0300
@@ -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();