summaryrefslogtreecommitdiff
path: root/tests/dbshell/test_postgresql_psycopg2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbshell/test_postgresql_psycopg2.py')
-rw-r--r--tests/dbshell/test_postgresql_psycopg2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbshell/test_postgresql_psycopg2.py b/tests/dbshell/test_postgresql_psycopg2.py
index a229e13a47..8e5af5f1f3 100644
--- a/tests/dbshell/test_postgresql_psycopg2.py
+++ b/tests/dbshell/test_postgresql_psycopg2.py
@@ -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))