From 0cd6e120cc39602d9261f6f4efae718e514536b7 Mon Sep 17 00:00:00 2001 From: NOHYEONGJUN Date: Tue, 9 Sep 2025 16:50:33 +0900 Subject: [PATCH 1/4] Fix typos in multiple files --- Makefile.core.mk | 2 +- .../microservices-istio/setup-local-computer/index.md | 2 +- tests/README.md | 2 +- tests/util/verify.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index c7e6e1a1ad686..be4fc18d871b3 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -196,7 +196,7 @@ build-old-archive-%: @scripts/build_old_archive.sh $@ # The init recipe was split into two recipes to solve an issue seen in prow -# where paralyzation is happening and some tasks in a recipe were occuring out +# where paralyzation is happening and some tasks in a recipe were occurring out # of order. The desired behavior is for `preinit` to do the clone and set up the # istio/istio directory. Then the eval task in `init` will have the directory in # which to run the `git command. diff --git a/content/zh/docs/examples/microservices-istio/setup-local-computer/index.md b/content/zh/docs/examples/microservices-istio/setup-local-computer/index.md index a0b1b421f432a..c7a4d0554532b 100644 --- a/content/zh/docs/examples/microservices-istio/setup-local-computer/index.md +++ b/content/zh/docs/examples/microservices-istio/setup-local-computer/index.md @@ -21,7 +21,7 @@ test: no 1. 为您从教程中收到的配置文件或者在上一个模块自己创建的配置文件设置环境变量 `KUBECONFIG`。 {{< text bash >}} - $ export KUBECONFIG= + $ export KUBECONFIG= {{< /text >}} 1. 通过打印当前命名空间来验证配置是否生效: diff --git a/tests/README.md b/tests/README.md index 38c2cf4a2d52a..237499962ff6e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -237,7 +237,7 @@ expected output. The framework includes the following built-in verify functions: Like implies: - Same number of lines - - Same number of whitespace-seperated tokens per line + - Same number of whitespace-separated tokens per line - Tokens can only differ in the following ways: 1. different elapsed time values (e.g., `30s` is like `5m`) diff --git a/tests/util/verify.sh b/tests/util/verify.sh index 23df7472f3462..cb4f76ece5c93 100644 --- a/tests/util/verify.sh +++ b/tests/util/verify.sh @@ -117,7 +117,7 @@ __cmp_first_line() { # Returns 0 if $out is "like" $expected. Like implies: # 1. Same number of lines -# 2. Same number of whitespace-seperated tokens per line +# 2. Same number of whitespace-separated tokens per line # 3. Tokens can only differ in the following ways: # - different elapsed time values (e.g. 25s, 2m30s). # - different ip values. Disallows and by @@ -442,7 +442,7 @@ _verify_first_line() { # # Like implies: # 1. Same number of lines -# 2. Same number of whitespace-seperated tokens per line +# 2. Same number of whitespace-separated tokens per line # 3. Tokens can only differ in the following ways: # - different elapsed time values # - different ip values. Disallows and by From ce8a92b8f8a3fd2f3f21d9b60cfa436c771f6d5d Mon Sep 17 00:00:00 2001 From: NOHHYEONGJUN <71398608+NOHHYEONGJUN@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:43:58 +0900 Subject: [PATCH 2/4] Update Makefile.core.mk Co-authored-by: Faseela K --- Makefile.core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.core.mk b/Makefile.core.mk index be4fc18d871b3..555ec65d2e3c7 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -196,7 +196,7 @@ build-old-archive-%: @scripts/build_old_archive.sh $@ # The init recipe was split into two recipes to solve an issue seen in prow -# where paralyzation is happening and some tasks in a recipe were occurring out +# where parallelization is happening and some tasks in a recipe were occurring out # of order. The desired behavior is for `preinit` to do the clone and set up the # istio/istio directory. Then the eval task in `init` will have the directory in # which to run the `git command. From d082fef2187b1bceb34e3603825f474f2a78e2d7 Mon Sep 17 00:00:00 2001 From: Faseela K Date: Sat, 13 Sep 2025 21:20:08 +0200 Subject: [PATCH 3/4] Update tests/util/verify.sh --- tests/util/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/verify.sh b/tests/util/verify.sh index cb4f76ece5c93..2937e0fa34424 100644 --- a/tests/util/verify.sh +++ b/tests/util/verify.sh @@ -117,7 +117,7 @@ __cmp_first_line() { # Returns 0 if $out is "like" $expected. Like implies: # 1. Same number of lines -# 2. Same number of whitespace-separated tokens per line +# 2. Same number of whitespace-seperated tokens per line # 3. Tokens can only differ in the following ways: # - different elapsed time values (e.g. 25s, 2m30s). # - different ip values. Disallows and by From b5c74c7fa6da9492b98e78b9a1f0246a0656075a Mon Sep 17 00:00:00 2001 From: Faseela K Date: Sat, 13 Sep 2025 21:20:29 +0200 Subject: [PATCH 4/4] Update tests/util/verify.sh --- tests/util/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/verify.sh b/tests/util/verify.sh index 2937e0fa34424..23df7472f3462 100644 --- a/tests/util/verify.sh +++ b/tests/util/verify.sh @@ -442,7 +442,7 @@ _verify_first_line() { # # Like implies: # 1. Same number of lines -# 2. Same number of whitespace-separated tokens per line +# 2. Same number of whitespace-seperated tokens per line # 3. Tokens can only differ in the following ways: # - different elapsed time values # - different ip values. Disallows and by