Index: content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp |
diff --git a/content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp b/content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp |
index e9131a76f1d30d5f4e047b69d9ded4f4f66ec30d..cfbc2cd1393698ec9f2b54a365410225f0d6d550 100644 |
--- a/content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp |
+++ b/content/shell/tools/plugin/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp |
@@ -34,7 +34,7 @@ |
using namespace std; |
// From NPP_New, call NPN_GetURLNotify with a URL that fails to load (NPP_NewStream won't be called). |
-// The plug-in should still get a NPP_URLNotify indicating that the load failed. |
+// The plugin should still get a NPP_URLNotify indicating that the load failed. |
static const char *urlThatFailsToLoad = "foo://bar/"; |
class GetURLNotifyWithURLThatFailsToLoad : public PluginTest { |