docs: fix simple typo, seprator -> separator
authorTim Gates <redacted>
Mon, 21 Dec 2020 21:16:04 +0000 (08:16 +1100)
committerTim Gates <redacted>
Mon, 21 Dec 2020 21:16:04 +0000 (08:16 +1100)
There is a small typo in testUpdateHostsFile.py.

Should read `separator` rather than `seprator`.

testUpdateHostsFile.py

index e0199503cd2abcd47174127f380071c5cc3b93b3..00669f09e4f6129fe09782d672094f8dd52baf16 100644 (file)
@@ -1512,7 +1512,7 @@ class DomainToIDNA(Base):
 
             self.assertEqual(actual, expected)
 
-        # Test with multiple space as seprator of domain and space and
+        # Test with multiple space as separator of domain and space and
         # tabulation as separator or comments.
         for i in range(len(self.domains)):
             data = (b"0.0.0.0     " + self.domains[i] + b" \t # Hello World").decode(
@@ -1524,7 +1524,7 @@ class DomainToIDNA(Base):
 
             self.assertEqual(actual, expected)
 
-        # Test with multiple tabulations as seprator of domain and space and
+        # Test with multiple tabulations as separator of domain and space and
         # tabulation as separator or comments.
         for i in range(len(self.domains)):
             data = (b"0.0.0.0\t\t\t" + self.domains[i] + b" \t # Hello World").decode(
git clone https://git.99rst.org/PROJECT