Update Client.cpp

This commit is contained in:
Filatenkov Artur 2021-09-10 18:04:26 +03:00 committed by GitHub
parent e17353750c
commit 4eac0c8021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1913,7 +1913,7 @@ private:
{
/// If INSERT data must be sent.
auto * parsed_insert_query = parsed_query->as<ASTInsertQuery>();
/// If query isn't parsed, no information can be gor from it.
/// If query isn't parsed, no information can be got from it.
if (!parsed_insert_query)
return;