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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/sample_html/cogapp_test_cogapp_py.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 

-- cgit v1.2.1