summaryrefslogtreecommitdiff
path: root/webapps
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2007-01-14 03:03:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:40:43 -0500
commitd657ae5b199180ba75f1226d49f2f9e3362dec4e (patch)
treee995a335efa5078ab8e3d2b03599ff623fd20b60 /webapps
parentee0ad11f7609facfe2ee15cda413de99ae02d64b (diff)
downloadsamba-d657ae5b199180ba75f1226d49f2f9e3362dec4e.tar.gz
samba-d657ae5b199180ba75f1226d49f2f9e3362dec4e.tar.bz2
samba-d657ae5b199180ba75f1226d49f2f9e3362dec4e.zip
r20753: editorial change
(This used to be commit 261c38375115565b2dc844a3ad7b03c1894a9265)
Diffstat (limited to 'webapps')
-rw-r--r--webapps/swat/source/class/swat/module/statistics/Fsm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapps/swat/source/class/swat/module/statistics/Fsm.js b/webapps/swat/source/class/swat/module/statistics/Fsm.js
index 280d554999..a6e56c6842 100644
--- a/webapps/swat/source/class/swat/module/statistics/Fsm.js
+++ b/webapps/swat/source/class/swat/module/statistics/Fsm.js
@@ -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);