diff --git a/toolkit/components/search/nsSearchService.js b/toolkit/components/search/nsSearchService.js index 69cb65fb5711..ba466676da4f 100644 --- a/toolkit/components/search/nsSearchService.js +++ b/toolkit/components/search/nsSearchService.js @@ -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); },