Fixed typos in comments and docs.

This commit is contained in:
luz.paz 2018-08-01 12:55:53 -04:00 committed by Tim Graham
parent 4263cd0e09
commit 97e637a87f
20 changed files with 22 additions and 23 deletions

View file

@ -112,5 +112,5 @@ class PostgreSqlDbshellCommandTestCase(SimpleTestCase):
self.assertNotEqual(sigint_handler, signal.SIG_IGN)
with mock.patch('subprocess.check_call', new=_mock_subprocess_call):
DatabaseClient.runshell_db({})
# dbshell restores the orignal handler.
# dbshell restores the original handler.
self.assertEqual(sigint_handler, signal.getsignal(signal.SIGINT))