From 4beed5136681eceadae701bd529f5300a277bc31 Mon Sep 17 00:00:00 2001 From: EmmyMiao87 <522274284@qq.com> Date: Sun, 9 Aug 2020 00:04:43 +0800 Subject: [PATCH] [Comment]Fix spelling error (#4249) --- be/src/runtime/buffered_block_mgr2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/runtime/buffered_block_mgr2.cc b/be/src/runtime/buffered_block_mgr2.cc index 37691a831b..2bd2629660 100644 --- a/be/src/runtime/buffered_block_mgr2.cc +++ b/be/src/runtime/buffered_block_mgr2.cc @@ -1105,7 +1105,7 @@ Status BufferedBlockMgr2::find_buffer( return add_exec_msg("Spilling has been disabled for plans," "current memory usage has reached the bottleneck. " "You can avoid the behavior via increasing the mem limit " - "by session variable exec_mem_limior or enable spilling."); + "by session variable exec_mem_limit or enable_spilling."); } // Third, this block needs to use a buffer that was unpinned from another block.