Spellcheck

This commit is contained in:
Alexander Krotov
2018-06-27 10:50:27 +03:00
parent 577f4e47fa
commit 00bb6fe7f6
251 changed files with 414 additions and 414 deletions

View File

@@ -119,7 +119,7 @@ class TestSimulator(unittest.TestCase):
def testTimeNumericOperations(self):
"""! Test numeric operations
@param self ths object
@param self this object
@return none
"""
self.assertEqual(Seconds(10) + Seconds(5), Seconds(15))
@@ -198,7 +198,7 @@ class TestSimulator(unittest.TestCase):
def testIdentity(self):
"""! Test identify
@param self thsi object
@param self this object
@return none
"""
csma = ns.csma.CsmaNetDevice()