diff --git a/src/Interpreters/InterpreterShowEngineQuery.h b/src/Interpreters/InterpreterShowEngineQuery.h index f513bff285f..3c451e9b071 100644 --- a/src/Interpreters/InterpreterShowEngineQuery.h +++ b/src/Interpreters/InterpreterShowEngineQuery.h @@ -18,7 +18,7 @@ public: BlockIO execute() override; /// We ignore the quota and limits here because execute() will rewrite a show query as a SELECT query and then - /// the SELECT query will checks the quota and limits. + /// the SELECT query will check the quota and limits. bool ignoreQuota() const override { return true; } bool ignoreLimits() const override { return true; }