summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-08-03 08:49:26 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-08-03 08:49:26 -0700
commit0bd63653eceaa467e49e38290a38775bc390a47b (patch)
treed4d706b9c68301bea56917a2b785e935046b3a0a
parent064e670eaad711abceda0e08af72a81e8d0bb45b (diff)
Fix a typo in changelog.
-rw-r--r--changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index 86b04582..8d2a36ea 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -26,7 +26,7 @@ BugFixes:
* Always use utf-8 for database encoding regardless of the default encoding used by the database.
* Fix for None dereference on ``\d schemaname.`` with sequence. (Thanks: `Nathan Jhaveri`_)
-* Fix a crashing bug in the autocompletion enginer for some ``JOIN`` queries.
+* Fix a crashing bug in the autocompletion engine for some ``JOIN`` queries.
* Handle KeyboardInterrupt in pager and not quit pgcli as a consequence.
Internal Changes: