]> git.phdru.name Git - sqlconvert.git/commitdiff
Fix misspelling in a comment
authorOleg Broytman <phd@phdru.name>
Tue, 24 Oct 2017 23:39:20 +0000 (02:39 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 24 Oct 2017 23:39:20 +0000 (02:39 +0300)
[skip ci]

sqlconvert/process_mysql.py

index 34565316e93b62f0f6092df7950fb597ef405f93..1834855dc9b59aee5261cf065afcab1c58310fac 100644 (file)
@@ -131,7 +131,7 @@ def split_ext_insert(statement):
         if i == len(values_tokens) - 1:  # Last but one statement
             # Insert newlines only between split statements but not after
             new_lines = []
-        # The statemnt sets `parent` attribute of the every token to self
+        # The statement sets `parent` attribute of the every token to self
         # but we don't care.
         statement = Statement(insert_tokens + [values] +
                               end_tokens + new_lines)