From c2f4912100703994fc2c78b1ce06bd9888fa68fa Mon Sep 17 00:00:00 2001 From: Michael Kolupaev Date: Mon, 2 Jun 2014 16:28:53 +0400 Subject: [PATCH] fixed tiny typo in comment. [#METR-2807] --- dbms/include/DB/Client/Connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/include/DB/Client/Connection.h b/dbms/include/DB/Client/Connection.h index 1fb4e15bea1..44630f1ef13 100644 --- a/dbms/include/DB/Client/Connection.h +++ b/dbms/include/DB/Client/Connection.h @@ -96,7 +96,7 @@ public: /// Отправить все содержимое внешних таблиц void sendExternalTablesData(ExternalTablesData & data); - /// Проверить, если ли данные, которые можно прочитать. + /// Проверить, есть ли данные, которые можно прочитать. bool poll(size_t timeout_microseconds = 0); /// Получить пакет от сервера.