summaryrefslogtreecommitdiff
path: root/sqlparse
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse')
-rw-r--r--sqlparse/keywords.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/keywords.py b/sqlparse/keywords.py
index 3f0632e..be20326 100644
--- a/sqlparse/keywords.py
+++ b/sqlparse/keywords.py
@@ -250,7 +250,7 @@ KEYWORDS = {
'LESS': Keyword,
'LEVEL': Keyword,
'LIKE': Keyword,
- 'LILMIT': Keyword,
+ 'LIMIT': Keyword,
'LISTEN': Keyword,
'LOAD': Keyword,
'LOCAL': Keyword,