diff --git a/mozilla/browser/components/places/content/places.js b/mozilla/browser/components/places/content/places.js index 0b7eb61e92e..71d0de005d7 100755 --- a/mozilla/browser/components/places/content/places.js +++ b/mozilla/browser/components/places/content/places.js @@ -55,7 +55,7 @@ var PlacesOrganizer = { init: function PO_init() { var self = this; - // on timteout because of the corresponding setTimeout() + // on timeout because of the corresponding setTimeout() // in the places tree binding's constructor setTimeout(function() { self._init(); }, 0); },