Static build fix (misspelling in NS_IMPL_NSGETMODULE), bug 296430.

git-svn-id: svn://10.0.0.236/trunk@174238 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-06-07 20:20:40 +00:00
parent a357ece1d1
commit 7d383139f7

View File

@@ -220,7 +220,7 @@ static const nsModuleComponentInfo components[] = {
}
};
NS_IMPL_NSGETMODULE(BrowserDirProivder, components)
NS_IMPL_NSGETMODULE(BrowserDirProvider, components)
void
nsBrowserDirectoryProvider::EnsureProfileFile(const nsACString& aLeafName,