summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-04-28 16:38:27 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2022-04-29 09:13:58 +0200
commit83e5381fc320f06f932d10bc0691ad970ef7962f (patch)
tree4df4ed63fb417a0b3f135c7bf59ccb9d6e5e1b93
parent3bc7d93254cbef71bdef91905f1814201a1b1f02 (diff)
downloadsqlparse-83e5381fc320f06f932d10bc0691ad970ef7962f.tar.gz
CHANGELOG: Fix typo
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 653ff4d..fb66ab5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -84,7 +84,7 @@ Bug Fixes
* Remove support for parsing double slash comments introduced in
0.3.0 (issue456) as it had some side-effects with other dialects and
doesn't seem to be widely used (issue476).
-* Restrict detection of alias names to objects that acutally could
+* Restrict detection of alias names to objects that actually could
have an alias (issue455, adopted some parts of pr509 by john-bodley).
* Fix parsing of date/time literals (issue438, by vashek).
* Fix initialization of TokenList (issue499, pr505 by john-bodley).