You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/05/22 13:30:28 UTC

[incubator-doris] branch master updated: [doc] Fix typos in documentation (#9692)

This is an automated email from the ASF dual-hosted git repository.

morningman 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 ad4da4aa8f [doc] Fix typos in documentation (#9692)
ad4da4aa8f is described below

commit ad4da4aa8f56d94714409c34288b163298e62283
Author: zxealous <xe...@gmail.com>
AuthorDate: Sun May 22 21:30:22 2022 +0800

    [doc] Fix typos in documentation (#9692)
---
 docs/en/developer-guide/be-vscode-dev.md                      | 2 +-
 docs/zh-CN/developer-guide/be-vscode-dev.md                   | 2 +-
 fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/developer-guide/be-vscode-dev.md b/docs/en/developer-guide/be-vscode-dev.md
index ac145803af..75172ed279 100644
--- a/docs/en/developer-guide/be-vscode-dev.md
+++ b/docs/en/developer-guide/be-vscode-dev.md
@@ -211,7 +211,7 @@ As shown in the figure:
 
 Among them, 15200 is the process id of the currently running be.
 
-An example of a complete lainch.json is as follows:
+An example of a complete launch.json is as follows:
 
 ```
  {
diff --git a/docs/zh-CN/developer-guide/be-vscode-dev.md b/docs/zh-CN/developer-guide/be-vscode-dev.md
index fe0de51efe..642e81a9dc 100644
--- a/docs/zh-CN/developer-guide/be-vscode-dev.md
+++ b/docs/zh-CN/developer-guide/be-vscode-dev.md
@@ -214,7 +214,7 @@ ps -ef | grep palo*
 
 其中的15200即为当前运行的 be 的进程 id.
 
-一个完整的 lainch.json 的例子如下:
+一个完整的 launch.json 的例子如下:
 
 ```
  {
diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java b/fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
index 017187e47b..ff5f2f8abc 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
@@ -2076,7 +2076,7 @@ public class Coordinator {
 
     // execution parameters for a single fragment,
     // per-fragment can have multiple FInstanceExecParam,
-    // used to assemble TPlanFragmentExecParas
+    // used to assemble TPlanFragmentExecParams
     protected class FragmentExecParams {
         public PlanFragment fragment;
         public List<TPlanFragmentDestination> destinations = Lists.newArrayList();
@@ -2214,7 +2214,7 @@ public class Coordinator {
     }
 
     // fragment instance exec param, it is used to assemble
-    // the per-instance TPlanFragmentExecParas, as a member of
+    // the per-instance TPlanFragmentExecParams, as a member of
     // FragmentExecParams
     static class FInstanceExecParam {
         TUniqueId instanceId;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org