From 18dd8dd79bed9d507052f8dc4b0e2a114533e5b1 Mon Sep 17 00:00:00 2001 From: kssenii Date: Wed, 31 Mar 2021 17:05:41 +0000 Subject: [PATCH] Typo --- src/Formats/MySQLBlockInputStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Formats/MySQLBlockInputStream.h b/src/Formats/MySQLBlockInputStream.h index 643f6fa7cad..86380c1597a 100644 --- a/src/Formats/MySQLBlockInputStream.h +++ b/src/Formats/MySQLBlockInputStream.h @@ -53,7 +53,7 @@ protected: /// Like MySQLBlockInputStream, but allocates connection only when reading is starting. /// It allows to create a lot of stream objects without occupation of all connection pool. -/// Also mekes attempts to reconnect in case of connection failures. +/// Also makes attempts to reconnect in case of connection failures. class MySQLWithFailoverBlockInputStream final : public MySQLBlockInputStream { public: