diff --git a/src/Interpreters/executeQuery.cpp b/src/Interpreters/executeQuery.cpp index 6dd6d8eb6a0..e8a032974c6 100644 --- a/src/Interpreters/executeQuery.cpp +++ b/src/Interpreters/executeQuery.cpp @@ -1513,7 +1513,7 @@ void executeQuery( { /// first execute on exception callback, it includes updating query_log /// otherwise closing record ('ExceptionWhileProcessing') can be not appended in query_log - /// due to possible exceptions in functions called bellow (passed as parameter here) + /// due to possible exceptions in functions called below (passed as parameter here) streams.onException(); if (handle_exception_in_output_format)