Fix spelling of sucessful to trigger builds in a CLOSED TREE

This commit is contained in:
Phil Ringnalda 2009-01-10 23:38:49 -08:00
Родитель 9ea675b626
Коммит 9f1ee56c94
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1311,7 +1311,7 @@ Engine.prototype = {
// Write the engine to file
aEngine._serializeToFile();
// Notify the search service of the sucessful load. It will deal with
// Notify the search service of the successful load. It will deal with
// updates by checking aEngine._engineToUpdate.
notifyAction(aEngine, SEARCH_ENGINE_LOADED);
},