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:
Roberto Rosario
2018-10-31 18:39:26 -04:00
parent 8b41a9bfc9
commit cf1726505b
23 changed files with 111 additions and 48 deletions

View File

@@ -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):