From 72abf4a136b1a2d164259a4ac300e6a5a4762432 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 25 Oct 2017 02:39:20 +0300 Subject: [PATCH] Fix misspelling in a comment [skip ci] --- sqlconvert/process_mysql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlconvert/process_mysql.py b/sqlconvert/process_mysql.py index 3456531..1834855 100644 --- a/sqlconvert/process_mysql.py +++ b/sqlconvert/process_mysql.py @@ -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) -- 2.39.2