Unverified Kaydet (Commit) ad5f33ee authored tarafından Mariusz Felisiak's avatar Mariusz Felisiak

Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment.

üst fc22a0a2
......@@ -60,7 +60,7 @@ class DatabaseClient(BaseDatabaseClient):
signal.signal(signal.SIGINT, signal.SIG_IGN)
subprocess.check_call(args)
finally:
# Restore the orignal SIGINT handler.
# Restore the original SIGINT handler.
signal.signal(signal.SIGINT, sigint_handler)
if temp_pgpass:
temp_pgpass.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment