persistentstorage/sql/SRC/Server/Compact/SqlCompactConn.h
branchRCL_3
changeset 9 667e88a979d7
parent 0 08ec8eefde2f
--- a/persistentstorage/sql/SRC/Server/Compact/SqlCompactConn.h	Fri Mar 12 15:51:02 2010 +0200
+++ b/persistentstorage/sql/SRC/Server/Compact/SqlCompactConn.h	Mon Mar 15 12:46:30 2010 +0200
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -45,7 +45,7 @@
 	static CSqlCompactConn* NewL(const TDesC& aFullName, TSqlFreePageCallback& aFreePageCallback);
 	virtual ~CSqlCompactConn();
 	virtual void Release();
-	virtual TInt Compact(TInt aPageCount, TInt& aProcessedPageCOunt, TInt aLength);
+	virtual TInt Compact(TInt aPageCount, TInt& aProcessedPageCount, TInt aLength);
 	void Invariant() const;
 
 private: