Skip to content

Commit

Permalink
[doc] Fix typos in documentation (apache#9692)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxealous authored and minghong.zhou committed May 23, 2022
1 parent 3acd2ce commit 23723aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/en/developer-guide/be-vscode-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
{
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/developer-guide/be-vscode-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ps -ef | grep palo*

其中的15200即为当前运行的 be 的进程 id.

一个完整的 lainch.json 的例子如下:
一个完整的 launch.json 的例子如下:

```
{
Expand Down
4 changes: 2 additions & 2 deletions fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ private TUniqueId fragmentInstanceId() {

// 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();
Expand Down Expand Up @@ -2214,7 +2214,7 @@ public void appendTo(StringBuilder sb) {
}

// 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;
Expand Down

0 comments on commit 23723aa

Please sign in to comment.