No bug, fix rammedtogether words in test error message DONTBUILD

This commit is contained in:
Phil Ringnalda 2011-09-13 20:04:13 -07:00
parent 85539bfc59
commit 57481cbbf6

View File

@ -169,7 +169,7 @@ function testIdleTime()
// 1 second leniency.
ok(timeDiff < 1000, "The idle time should have increased by roughly the " +
"amount of time it took for the timeout to fire. " +
"You didn't touch the mouse or keyboard during the" +
"You didn't touch the mouse or keyboard during the " +
"test did you?");
finishedTimeoutOK = true;
}