Fix spelling error to force unit test boxes to cycle.

This commit is contained in:
dbaron@dbaron.org 2008-02-24 14:40:26 -08:00
Родитель 23d90b0567
Коммит bcd83a7089
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -167,7 +167,7 @@
function doTest()
{
// Check whether accessbility support is enabled.
// Check whether accessibility support is enabled.
if (!("@mozilla.org/accessibleRetrieval;1" in Components.classes)) {
SimpleTest.finish();
return;