From f3059761830a0716504b04d25a4045c2f4ef4402 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 1 Aug 2021 12:52:42 +0200 Subject: 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 --- doc/sample_html/cogapp_test_cogapp_py.html | 2 +- doc/sample_html/jquery.isonscreen.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/sample_html') diff --git a/doc/sample_html/cogapp_test_cogapp_py.html b/doc/sample_html/cogapp_test_cogapp_py.html index 48068c7f..3cac5168 100644 --- a/doc/sample_html/cogapp_test_cogapp_py.html +++ b/doc/sample_html/cogapp_test_cogapp_py.html @@ -2053,7 +2053,7 @@

1998 self.assertFilesSame('test.cog', 'test.out') 

1999 

2000 def testThreads(self): 

-

2001 # Test that the implictly imported cog module is actually different for 

+

2001 # Test that the implicitly imported cog module is actually different for 

2002 # different threads. 

2003 numthreads = 20 

2004 

diff --git a/doc/sample_html/jquery.isonscreen.js b/doc/sample_html/jquery.isonscreen.js index 0182ebd2..28fb99bc 100644 --- a/doc/sample_html/jquery.isonscreen.js +++ b/doc/sample_html/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])}; -- cgit v1.2.1