summaryrefslogtreecommitdiffstats
path: root/pgcli/pgexecute.py
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng.ang@gmail.com>2022-06-09 02:38:29 +0800
committerGitHub <noreply@github.com>2022-06-08 11:38:29 -0700
commitd608ffe7c78a4399a554659addfb1300a92b5418 (patch)
treea560cfd2faeaf3b9da8887e6d9f3961ae29f755b /pgcli/pgexecute.py
parent18071754bc0c79a7109c5ccfdaa74ed913c343ba (diff)
Fix typos (#1345)
Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
Diffstat (limited to 'pgcli/pgexecute.py')
-rw-r--r--pgcli/pgexecute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcli/pgexecute.py b/pgcli/pgexecute.py
index 128b7e05..758a3159 100644
--- a/pgcli/pgexecute.py
+++ b/pgcli/pgexecute.py
@@ -372,7 +372,7 @@ class PGExecute:
"""Return true if e is an error that should not be caught in ``run``.
An uncaught error will prompt the user to reconnect; as long as we
- detect that the connection is stil open, we catch the error, as
+ detect that the connection is still open, we catch the error, as
reconnecting won't solve that problem.
:param e: DatabaseError. An exception raised while executing a query.