installationservices/swi/inc/progressbar.h
branchRCL_3
changeset 25 7333d7932ef7
parent 19 f8cf9d484c15
child 26 8b7f4e561641
--- a/installationservices/swi/inc/progressbar.h	Thu Aug 19 10:02:49 2010 +0300
+++ b/installationservices/swi/inc/progressbar.h	Tue Aug 31 15:21:33 2010 +0300
@@ -30,7 +30,7 @@
 	/// How many increments to update the bar on the uninstall of a file
 	const static TInt KProgressBarUninstallAmount=1;
 	
-	/// How many bytes to copy before updating the progress bar by one increment.
+	/// How many bytes to copy before updating the progress bar by one increment
 	const static TInt KProgressBarInstallChunkSize=1048576;  //1MB
 
 	/// The extra increment we add onto the end to make there always be some progress.