svn commit: samba r20753 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/module/statistics: .

derrell at samba.org derrell at samba.org
Sun Jan 14 03:03:40 GMT 2007


Author: derrell
Date: 2007-01-14 03:03:40 +0000 (Sun, 14 Jan 2007)
New Revision: 20753

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20753

Log:
editorial change
Modified:
   branches/SAMBA_4_0/webapps/swat/source/class/swat/module/statistics/Fsm.js


Changeset:
Modified: branches/SAMBA_4_0/webapps/swat/source/class/swat/module/statistics/Fsm.js
===================================================================
--- branches/SAMBA_4_0/webapps/swat/source/class/swat/module/statistics/Fsm.js	2007-01-14 02:56:09 UTC (rev 20752)
+++ branches/SAMBA_4_0/webapps/swat/source/class/swat/module/statistics/Fsm.js	2007-01-14 03:03:40 UTC (rev 20753)
@@ -32,7 +32,7 @@
   // First, for good house keeping, ensure no timer exists
   swat.module.statistics.Fsm._stopTimer(fsm);
 
-  // Create a timer instance to expire in a few seconds
+  // Create a timer instance to expire in the specified amount of time
   var timer = new qx.client.Timer(msInterval);
   timer.addEventListener("interval", fsm.eventListener, fsm);
   fsm.addObject("timer", timer);



More information about the samba-cvs mailing list