From 3107d8317192c33b2f22a6151c11d1bf04324460 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Wed, 22 Dec 2004 16:57:03 +0000 Subject: [PATCH] Fix another typo that stephend noticed. git-svn-id: svn://10.0.0.236/trunk@166960 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dom/public/base/nsPIDOMWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/dom/public/base/nsPIDOMWindow.h b/mozilla/dom/public/base/nsPIDOMWindow.h index 2938fcbd045..ddc7e7e0ea2 100644 --- a/mozilla/dom/public/base/nsPIDOMWindow.h +++ b/mozilla/dom/public/base/nsPIDOMWindow.h @@ -168,7 +168,7 @@ PopPopupControlState(PopupControlState aState); #define NS_AUTO_POPUP_STATE_PUSHER nsAutoPopupStatePusherExternal #endif -// Helper class that helps with pushing and poping popup control +// Helper class that helps with pushing and popping popup control // state. Note that this class looks different from within code that's // part of the layout library than it does in code outside the layout // library. We give the two object layouts different names so the symbols