r20753: editorial change
authorDerrell Lipman <derrell@samba.org>
Sun, 14 Jan 2007 03:03:40 +0000 (03:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:40:43 +0000 (14:40 -0500)
webapps/swat/source/class/swat/module/statistics/Fsm.js

index 280d5549998dc62887065fa738d587ed21f91b73..a6e56c6842ad41c6d02f5231254566c8ebcf549d 100644 (file)
@@ -32,7 +32,7 @@ qx.Class._startTimer = function(fsm, msInterval)
   // 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);