diff --git a/pymysqlreplication/row_event.py b/pymysqlreplication/row_event.py index cfbfbd21..205468e2 100644 --- a/pymysqlreplication/row_event.py +++ b/pymysqlreplication/row_event.py @@ -642,7 +642,7 @@ def __init__(self, from_packet, event_size, table_map, ctl_connection, **kwargs) ordinal_pos_loc += 1 except IndexError: - # this a dirty hack to prevent row events containing columns which have been dropped prior + # this is a dirty hack to prevent row events containing columns which have been dropped prior # to pymysqlreplication start, but replayed from binlog from blowing up the service. # TODO: this does not address the issue if the column other than the last one is dropped column_schema = {