aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-03-04 16:37:13 +0100
committerWojtek Kosior <koszko@koszko.org>2022-03-04 16:37:13 +0100
commit7fdb3e8474488de2b18da7e9b63719bb05961819 (patch)
tree8286a6a483b49c29f239564647dcb4e47aa3443a
parent587c1a88475c162b820d94c37e2cd18eb4422276 (diff)
downloadbrowser-extension-7fdb3e8474488de2b18da7e9b63719bb05961819.tar.gz
browser-extension-7fdb3e8474488de2b18da7e9b63719bb05961819.zip
fix comment typo
-rw-r--r--content/policy_enforcing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/policy_enforcing.js b/content/policy_enforcing.js
index 45529ea..63c5119 100644
--- a/content/policy_enforcing.js
+++ b/content/policy_enforcing.js
@@ -361,7 +361,7 @@ async function _disable_service_workers() {
}
/*
- * Trying to use servce workers APIs might result in exceptions, for example
+ * Trying to use service workers APIs might result in exceptions, for example
* when in a non-HTML document. Because of this, we wrap the function that does
* the actual work in a try {} block.
*/