From 892f3f55466f9c64b79613ae3f7168873a2dd8db Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Wed, 23 Feb 2005 20:16:59 +0000 Subject: [PATCH] Fix spelling mistake in comment that I introduced recently. --- toolkit/content/widgets/tabbrowser.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/content/widgets/tabbrowser.xml b/toolkit/content/widgets/tabbrowser.xml index b717220c116..cb48c521327 100644 --- a/toolkit/content/widgets/tabbrowser.xml +++ b/toolkit/content/widgets/tabbrowser.xml @@ -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.