summaryrefslogtreecommitdiff
path: root/tests/gold
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-08-01 12:52:42 +0200
committerGitHub <noreply@github.com>2021-08-01 03:52:42 -0700
commitf3059761830a0716504b04d25a4045c2f4ef4402 (patch)
tree8071ee5c84f35bc7a6238824cacfb44edffc3339 /tests/gold
parent7fe106b9fef26478ba10a6f206baf70eee201d4a (diff)
downloadpython-coveragepy-git-f3059761830a0716504b04d25a4045c2f4ef4402.tar.gz
style: fix typos discovered by codespell (#1197)
python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers
Diffstat (limited to 'tests/gold')
-rw-r--r--tests/gold/html/support/jquery.isonscreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gold/html/support/jquery.isonscreen.js b/tests/gold/html/support/jquery.isonscreen.js
index 0182ebd2..28fb99bc 100644
--- a/tests/gold/html/support/jquery.isonscreen.js
+++ b/tests/gold/html/support/jquery.isonscreen.js
@@ -8,7 +8,7 @@
(function($) {
jQuery.extend({
isOnScreen: function(box, container) {
- //ensure numbers come in as intgers (not strings) and remove 'px' is it's there
+ //ensure numbers come in as integers (not strings) and remove 'px' is it's there
for(var i in box){box[i] = parseFloat(box[i])};
for(var i in container){container[i] = parseFloat(container[i])};