summaryrefslogtreecommitdiff
path: root/qutebrowser/javascript/pac_utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/javascript/pac_utils.js')
-rw-r--r--qutebrowser/javascript/pac_utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/javascript/pac_utils.js b/qutebrowser/javascript/pac_utils.js
index a7ac2d414..f93c85a87 100644
--- a/qutebrowser/javascript/pac_utils.js
+++ b/qutebrowser/javascript/pac_utils.js
@@ -145,7 +145,7 @@ function dateRange() {
if (isGMT) {
argc--;
}
- // function will work even without explict handling of this case
+ // function will work even without explicit handling of this case
if (argc == 1) {
var tmp = parseInt(arguments[0]);
if (isNaN(tmp)) {