| Index: content/shell/tools/plugin/PluginTest.h
|
| diff --git a/content/shell/tools/plugin/PluginTest.h b/content/shell/tools/plugin/PluginTest.h
|
| index 0929ba99bffc18c64c0e0c51abcafb81a2eda59b..82093ae30d715ab09b31847ec7236462b58c56f6 100644
|
| --- a/content/shell/tools/plugin/PluginTest.h
|
| +++ b/content/shell/tools/plugin/PluginTest.h
|
| @@ -158,7 +158,7 @@ class PluginTest {
|
| protected:
|
| PluginTest(NPP npp, const std::string& identifier);
|
|
|
| - // FIXME: A plug-in test shouldn't need to know about it's NPP. Make this
|
| + // FIXME: A plugin test shouldn't need to know about it's NPP. Make this
|
| // private.
|
| NPP m_npp;
|
|
|
|
|