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: