aboutsummaryrefslogtreecommitdiff
path: root/main_background.js
diff options
context:
space:
mode:
Diffstat (limited to 'main_background.js')
-rw-r--r--main_background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_background.js b/main_background.js
index 95ae39d..093aa86 100644
--- a/main_background.js
+++ b/main_background.js
@@ -1175,7 +1175,7 @@ function edit_html(html,url,tabid,wl){
var scripts = html_doc.scripts;
var meta_element = html_doc.getElementById("LibreJS-info");
- var first_scipt_src = "";
+ var first_script_src = "";
// get the potential inline source that can contain a license
for(var i = 0; i < scripts.length; i++){