From ebac8d91636400cb2cf017b08a67d976d1f7466a Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Wed, 22 Feb 2006 05:19:21 +0000 Subject: [PATCH] Fix spelling error. git-svn-id: svn://10.0.0.236/trunk@190809 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp b/mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp index 61d756a024f..8269f6cd827 100644 --- a/mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp +++ b/mozilla/xpfe/appshell/src/nsContentTreeOwner.cpp @@ -125,13 +125,13 @@ NS_INTERFACE_MAP_BEGIN(nsContentTreeOwner) NS_INTERFACE_MAP_ENTRY(nsIInterfaceRequestor) NS_INTERFACE_MAP_ENTRY(nsIWindowProvider) // NOTE: This is using aggregation because there are some properties and - // method on nsIBaeWindow (which we implement) and on nsIEmbeddingSiteWindow - // (which we also implement) that have the same name. And it just so - // happens that we want different behavior for these methods and properties - // depending on the interface through which they're called (SetFocus() is a - // good example here). If it were not for that, we could ditch the - // aggregation and just deal with not being able to use NS_DECL_* macros for - // this stuff.... + // method on nsIBaseWindow (which we implement) and on + // nsIEmbeddingSiteWindow (which we also implement) that have the same name. + // And it just so happens that we want different behavior for these methods + // and properties depending on the interface through which they're called + // (SetFocus() is a good example here). If it were not for that, we could + // ditch the aggregation and just deal with not being able to use NS_DECL_* + // macros for this stuff.... NS_INTERFACE_MAP_ENTRY_AGGREGATED(nsIEmbeddingSiteWindow, mSiteWindow2) NS_INTERFACE_MAP_ENTRY_AGGREGATED(nsIEmbeddingSiteWindow2, mSiteWindow2) NS_INTERFACE_MAP_END