This commit is contained in:
L. David Baron 2010-04-08 21:03:47 -07:00
Родитель 25ef8b5e8e
Коммит f9f223c0dd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -167,7 +167,7 @@ function OnRefTestLoad()
}
/* Support for running a chunk (subset) of tests. In seperate try as this is optional */
/* Support for running a chunk (subset) of tests. In separate try as this is optional */
try {
gTotalChunks = prefs.getIntPref("reftest.totalChunks");
gThisChunk = prefs.getIntPref("reftest.thisChunk");