Skip to content

Commit 3e21c7b

Browse files
committed
Fix typo in error handler
1 parent d9e61e0 commit 3e21c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/content/code/HTTPSRules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const RuleWriter = {
226226
var lngth = xmlblob.ruleset.length(); // premature optimisation
227227
if (lngth == 0)
228228
this.log(WARN, "Apparent <rulesetlibrary> with no <rulesets> in"
229-
+ file.path + "\n" + xmlbob);
229+
+ file.path + "\n" + xmlblob);
230230
for (var j = 0; j < lngth; j++)
231231
this.parseOneRuleset(xmlblob.ruleset[j], rule_store, file);
232232
}

0 commit comments

Comments
 (0)