Fix spelling mistake in comment that I introduced recently.

This commit is contained in:
dbaron%dbaron.org 2005-02-23 20:16:59 +00:00
parent c38261d649
commit 0eff5a0491

View File

@ -1145,7 +1145,7 @@
// JS properties set on them, the browser element won't be
// destroyed until the document goes away. So we force a
// cleanup ourselves.
// This has to hapen before we remove the child so that the
// This has to happen before we remove the child so that the
// XBL implementation of nsIObserver still works. But
// clearing focusedWindow happens below because it gets
// reset by updateCurrentBrowser.