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

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f3fb819652 [fix](doc) spell errors fixes multi-tenant.md (#28436)
6f3fb819652 is described below

commit 6f3fb8196522b36beac7d4744a1f9046d3bc8391
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Fri Dec 15 09:51:46 2023 +0530

    [fix](doc) spell errors fixes multi-tenant.md (#28436)
---
 docs/en/docs/admin-manual/maint-monitor/multi-tenant.md | 2 +-
 docs/en/docs/install/source-install/compilation-win.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/admin-manual/maint-monitor/multi-tenant.md 
b/docs/en/docs/admin-manual/maint-monitor/multi-tenant.md
index b47a523e5e6..35d538f5436 100644
--- a/docs/en/docs/admin-manual/maint-monitor/multi-tenant.md
+++ b/docs/en/docs/admin-manual/maint-monitor/multi-tenant.md
@@ -227,7 +227,7 @@ The concrete structure is as follows:
 
        To migrate db, you must first link db. After migration, the data will 
migrate to the cluster where the linked DB is located, and after migration, the 
source DB will be deleted and the link will be disconnected.
 
-       Data migration reuses the process of replicating data in load balancing 
and replica recovery (see load balancing related documents for details). 
Specifically, after executing the `MIRAGTE` command, Doris will modify the 
cluster of all copies of the source DB to the destination cluster in the 
metadata.
+       Data migration reuses the process of replicating data in load balancing 
and replica recovery (see load balancing related documents for details). 
Specifically, after executing the `MIGRATE` command, Doris will modify the 
cluster of all copies of the source DB to the destination cluster in the 
metadata.
 
        Doris regularly checks whether machines in the cluster are balanced, 
replicas are complete, and redundant replicas are available. The migration of 
DB borrows this process, checking whether the be where the replica is located 
belongs to the cluster while checking the replica is complete, and if not, it 
is recorded in the replica to be restored. And when the duplicate is redundant 
to be deleted, it will first delete the duplicate outside the cluster, and then 
choose according to the exist [...]
 
diff --git a/docs/en/docs/install/source-install/compilation-win.md 
b/docs/en/docs/install/source-install/compilation-win.md
index eedbdaad302..d7dbc8a15ba 100644
--- a/docs/en/docs/install/source-install/compilation-win.md
+++ b/docs/en/docs/install/source-install/compilation-win.md
@@ -91,4 +91,4 @@ This topic is about how to compile Doris from source with 
Windows.
     ```
 ## Note
 
-The default data storage drive letter of WSL2 distribution is the C drive. If 
neccessary, you can change that to prevent the system drive letter from getting 
full.
+The default data storage drive letter of WSL2 distribution is the C drive. If 
necessary, you can change that to prevent the system drive letter from getting 
full.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to