Documenation: Fix spelling errors
Fix spelling errors in documentation and other program texts. Update the spelling exceptions list. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ class FileLockTestCase(TestCase):
|
||||
lock_1.release()
|
||||
# No exception is raised even though the lock has expired.
|
||||
# The logic is that checking for expired locks during release is
|
||||
# not necesary as any attempt by someone else to aquire the lock
|
||||
# not necessary as any attempt by someone else to aquire the lock
|
||||
# would be successfull, even after an extended lapse of time
|
||||
|
||||
def test_release_expired_reaquired(self):
|
||||
|
||||
Reference in New Issue
Block a user