From 189f8f8dd118099d53aa744cf67fe35d0d8fae0e Mon Sep 17 00:00:00 2001 From: Nindaleth Date: Wed, 30 Oct 2019 09:08:45 +0100 Subject: [PATCH] fix several typos in documentation and comments (#12553) --- src/wrappers/mysql.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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