From 6096227fea3d6801d7da2191bce6bca389df65be Mon Sep 17 00:00:00 2001 From: Vallish Pai Date: Thu, 22 Feb 2024 07:33:01 +0530 Subject: [PATCH] [bugfix](docs)Fix some spelling mistakes in english doc (#31241) --- docs/en/community/design/doris_storage_optimization.md | 4 ++-- docs/en/community/developer-guide/cpp-diagnostic-code.md | 2 +- .../how-to-contribute/commit-format-specification.md | 2 +- docs/en/community/join-community.md | 2 +- docs/en/community/release-and-verify/release-complete.md | 2 +- .../docs/admin-manual/http-actions/fe/debug-point-action.md | 6 +++--- docs/en/docs/admin-manual/http-actions/fe/metrics-action.md | 2 +- docs/en/docs/admin-manual/privilege-ldap/ranger.md | 2 +- docs/en/docs/advanced/compute-node.md | 2 +- docs/en/docs/advanced/partition/auto-partition.md | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/en/community/design/doris_storage_optimization.md b/docs/en/community/design/doris_storage_optimization.md index 3172e0b60b..2ebfb680cf 100644 --- a/docs/en/community/design/doris_storage_optimization.md +++ b/docs/en/community/design/doris_storage_optimization.md @@ -125,8 +125,8 @@ message ColumnPB { required string type = 3; // Column type optional bool is_key = 4; // Whether column is a primary key column optional string aggregation = 5; // Aggregate type - optional bool is_nullable = 6; // Whether column is allowed to assgin null - optional bytes default_value = 7; // Defalut value + optional bool is_nullable = 6; // Whether column is allowed to assign null + optional bytes default_value = 7; // Default value optional int32 precision = 8; // Precision of column optional int32 frac = 9; optional int32 length = 10; // Length of column diff --git a/docs/en/community/developer-guide/cpp-diagnostic-code.md b/docs/en/community/developer-guide/cpp-diagnostic-code.md index ebfde51503..13cdbd15f4 100644 --- a/docs/en/community/developer-guide/cpp-diagnostic-code.md +++ b/docs/en/community/developer-guide/cpp-diagnostic-code.md @@ -30,7 +30,7 @@ Doris support to use [Clangd](https://clangd.llvm.org/) and [Clang-Tidy](https:/ to diagnostic code. Clangd and Clang-Tidy already has in [LDB-toolchain](/docs/install/source-install/compilation-with-ldb-toolchain),also can install by self. ### Clang-Tidy -Clang-Tidy can do some diagnostic cofig, config file `.clang-tidy` is in Doris root path. Compared with vscode-cpptools, clangd can provide more powerful and accurate code jumping for vscode, and integrates the analysis and quick-fix functions of clang-tidy. +Clang-Tidy can do some diagnostic config, config file `.clang-tidy` is in Doris root path. Compared with vscode-cpptools, clangd can provide more powerful and accurate code jumping for vscode, and integrates the analysis and quick-fix functions of clang-tidy. ### Enable clangd on VSCODE diff --git a/docs/en/community/how-to-contribute/commit-format-specification.md b/docs/en/community/how-to-contribute/commit-format-specification.md index b42b9a17f8..e466ef00ac 100644 --- a/docs/en/community/how-to-contribute/commit-format-specification.md +++ b/docs/en/community/how-to-contribute/commit-format-specification.md @@ -41,7 +41,7 @@ Commit is divided into ‘ title ’ and ‘ content ’ , the title should be l * fix: Bug fix * feature: New feature - * feature-wip: Feature works-in-porgress. + * feature-wip: Feature works-in-progress. * improvement: Optimization and improvement for the original feature. * style: Code style adjustment * typo: Code or Document correction diff --git a/docs/en/community/join-community.md b/docs/en/community/join-community.md index 984ca2720f..b50518e1f4 100644 --- a/docs/en/community/join-community.md +++ b/docs/en/community/join-community.md @@ -27,7 +27,7 @@ under the License. **Thrive together in [Apache Doris](https://github.com/apache/doris) community with users and developers from all around the world.** -We have graduated from Apache incubator succesffully and become an Top-Level Project in June 2022. +We have graduated from Apache incubator successfully and become an Top-Level Project in June 2022.
diff --git a/docs/en/community/release-and-verify/release-complete.md b/docs/en/community/release-and-verify/release-complete.md index ea0ec10604..6790c2ffff 100644 --- a/docs/en/community/release-and-verify/release-complete.md +++ b/docs/en/community/release-and-verify/release-complete.md @@ -78,7 +78,7 @@ https://www.apache.org/dist/doris/1.xx/ http://www.apache.org/dyn/closer.cgi/doris/1.xx/apache-doris-1.xx-src.tar.gz ``` -Ssource package: +Source package: ``` http://www.apache.org/dyn/closer.cgi/doris/1.xx/apache-doris-1.xx-src.tar.gz diff --git a/docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md b/docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md index f28ba12b9b..1631369473 100644 --- a/docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md +++ b/docs/en/docs/admin-manual/http-actions/fe/debug-point-action.md @@ -129,7 +129,7 @@ curl -X POST "http://127.0.0.1:8030/api/debug_point/add/foo?execute=5" ## Pass Custom Parameters When activating debug point, besides "timeout" and "execute" mentioned above, passing custom parameters is also allowed.
-A parameter is a key-value pair in the form of "key=value" in url path, after debug point name glued by charactor '?'.
+A parameter is a key-value pair in the form of "key=value" in url path, after debug point name glued by character '?'.
See examples below. ### API @@ -296,8 +296,8 @@ and `disableDebugPointForAllFEs()` or `disableDebugPointForAllBEs()` needs to be ### Concurrent Issue -Enabled debug points affects FE or BE globally, which could cause other concurrent tests to fail unexpectly in your pull request.
-To avoid this, there's a convension that regression tests using debug points must be in directory regression-test/suites/fault_injection_p0,
+Enabled debug points affects FE or BE globally, which could cause other concurrent tests to fail unexpectedly in your pull request.
+To avoid this, there's a convention that regression tests using debug points must be in directory regression-test/suites/fault_injection_p0,
and their group name must be "nonConcurrent", as these regression tests will be executed serially by pull request workflow. ### Examples diff --git a/docs/en/docs/admin-manual/http-actions/fe/metrics-action.md b/docs/en/docs/admin-manual/http-actions/fe/metrics-action.md index 0d7c3f0e66..2168c4152c 100644 --- a/docs/en/docs/admin-manual/http-actions/fe/metrics-action.md +++ b/docs/en/docs/admin-manual/http-actions/fe/metrics-action.md @@ -32,7 +32,7 @@ under the License. ## Description -Used to obtain doris metrics infomation. +Used to obtain doris metrics information. ## Path parameters diff --git a/docs/en/docs/admin-manual/privilege-ldap/ranger.md b/docs/en/docs/admin-manual/privilege-ldap/ranger.md index c2778aafa2..06265e3a8e 100644 --- a/docs/en/docs/admin-manual/privilege-ldap/ranger.md +++ b/docs/en/docs/admin-manual/privilege-ldap/ranger.md @@ -122,7 +122,7 @@ Click the `+` button next to the plugin to add a Doris service: The meaning of some parameters of Config Properties is as follows: -- `Username`/`Pasword`: the username and password of the Doris cluster. It is recommended to use the Admin user here. +- `Username`/`Password`: the username and password of the Doris cluster. It is recommended to use the Admin user here. - `jdbc.driver_class`: Connect to the JDBC driver used by Doris. `com.mysql.cj.jdbc.Driver` - `jdbc.url`: JDBC url connection string of Doris cluster. `jdbc:mysql://172.21.0.101:9030?useSSL=false` - Additional parameters: diff --git a/docs/en/docs/advanced/compute-node.md b/docs/en/docs/advanced/compute-node.md index 2dbc2e9290..ec31052aaa 100644 --- a/docs/en/docs/advanced/compute-node.md +++ b/docs/en/docs/advanced/compute-node.md @@ -62,7 +62,7 @@ Add configuration items to BE's configuration file `be.conf`: be_node_role = computation ``` -This defualt value of this is `mix`, and this is original BE node type. After setting to `computation`, the node is a computing node. +This default value of this is `mix`, and this is original BE node type. After setting to `computation`, the node is a computing node. You can see the value of the'NodeRole 'field through the `show backends\G` command. If it is'mix ', it is a mixed node, and if it is'computation', it is a computing node diff --git a/docs/en/docs/advanced/partition/auto-partition.md b/docs/en/docs/advanced/partition/auto-partition.md index 1f9e8fa1e9..cae9bcb266 100644 --- a/docs/en/docs/advanced/partition/auto-partition.md +++ b/docs/en/docs/advanced/partition/auto-partition.md @@ -36,7 +36,7 @@ The Auto Partitioning feature supports automatic detection of whether the corres The auto partition function mainly solves the problem that the user expects to partition the table based on a certain column, but the data distribution of the column is scattered or unpredictable, so it is difficult to accurately create the required partitions when building or adjusting the structure of the table, or the number of partitions is so large that it is too cumbersome to create them manually. -Take the time type partition column as an example, in the [Dynamic Partition](./dynamic-partition) function, we support the automatic creation of new partitions to accommodate real-time data at specific time periods. For real-time user behaviour logs and other scenarios, this feature basically meets the requirements. However, in more complex scenarios, such as dealing with non-real-time data, the partition column is independent of the current system time and contains a large number of discrete values. At this time to improve efficiency we want to partition the data based on this column, but the data may actually involve the partition can not be grasped in advance, or the expected number of required partitions is too large. In this case, dynamic partitioning or manually created partitions can not meet our needs, automatic partitioning function is very good to cover such needs. +Take the time type partition column as an example, in the [Dynamic Partition](./dynamic-partition) function, we support the automatic creation of new partitions to accommodate real-time data at specific time periods. For real-time user behavior logs and other scenarios, this feature basically meets the requirements. However, in more complex scenarios, such as dealing with non-real-time data, the partition column is independent of the current system time and contains a large number of discrete values. At this time to improve efficiency we want to partition the data based on this column, but the data may actually involve the partition can not be grasped in advance, or the expected number of required partitions is too large. In this case, dynamic partitioning or manually created partitions can not meet our needs, automatic partitioning function is very good to cover such needs. Suppose our table DDL is as follows: