This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new ce587e5 [Doc] Fix a command word spelling error in variables.md (#4800) ce587e5 is described below commit ce587e5a83a9658a5fb47960ccc7e36adc45e700 Author: chovy <vergilc...@foxmail.com> AuthorDate: Tue Oct 27 11:24:36 2020 +0800 [Doc] Fix a command word spelling error in variables.md (#4800) --- docs/en/administrator-guide/variables.md | 2 +- docs/zh-CN/administrator-guide/variables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/administrator-guide/variables.md b/docs/en/administrator-guide/variables.md index 0f5b70d..f4c65b2 100644 --- a/docs/en/administrator-guide/variables.md +++ b/docs/en/administrator-guide/variables.md @@ -53,7 +53,7 @@ SET forward_to_master = true; SET time_zone = "Asia/Shanghai"; ``` -For global-level, set by `SET GLOBALE var_name=xxx;`. Such as: +For global-level, set by `SET GLOBAL var_name=xxx;`. Such as: ``` SET GLOBAL exec_mem_limit = 137438953472 diff --git a/docs/zh-CN/administrator-guide/variables.md b/docs/zh-CN/administrator-guide/variables.md index 460e694..60a652e 100644 --- a/docs/zh-CN/administrator-guide/variables.md +++ b/docs/zh-CN/administrator-guide/variables.md @@ -53,7 +53,7 @@ SET forward_to_master = true; SET time_zone = "Asia/Shanghai"; ``` -全局生效,通过 `SET GLOBALE var_name=xxx;` 设置。如: +全局生效,通过 `SET GLOBAL var_name=xxx;` 设置。如: ``` SET GLOBAL exec_mem_limit = 137438953472 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org