From 057e95bed0a7319888d2a8ae7a579c8fc80f5a71 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 1 Jan 2015 19:16:02 -0500 Subject: [PATCH] fixed comment --- src/js/contentscript-end.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/contentscript-end.js b/src/js/contentscript-end.js index d79fe1650..8b4935efe 100644 --- a/src/js/contentscript-end.js +++ b/src/js/contentscript-end.js @@ -260,7 +260,7 @@ var messager = vAPI.messaging.channel('contentscript-end.js'); attrValue = node.getAttribute(attr); if ( !attrValue ) { continue; } // Candidate 1 = generic form - // If specific form is injected, no need to process specific + // If generic form is injected, no need to process the specific // form, as the generic will affect all related specific forms selector = '[' + attr + '="' + attrValue + '"]'; if ( generics.hasOwnProperty(selector) ) {