diff --git a/src/wrappers/mysql.nim b/src/wrappers/mysql.nim index 1f523ac5f8..f8d4739aea 100644 --- a/src/wrappers/mysql.nim +++ b/src/wrappers/mysql.nim @@ -579,7 +579,7 @@ type STATUS_READY, STATUS_GET_RESULT, STATUS_USE_RESULT Protocol_type* = enum # There are three types of queries - the ones that have to go to # the master, the ones that go to a slave, and the administrative - # type which must happen on the pivot connectioin + # type which must happen on the pivot connection PROTOCOL_DEFAULT, PROTOCOL_TCP, PROTOCOL_SOCKET, PROTOCOL_PIPE, PROTOCOL_MEMORY Rpl_type* = enum