From faf4715c82bbdf587df9a50fe198dd83695220e3 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 1 Apr 2021 11:30:27 +1000 Subject: [PATCH] chore: fix spelling (#3958) --- docs/en/latest/FAQ.md | 2 +- t/cli/test_validate_config.sh | 4 ++-- t/control/discovery.t | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md index bb277906..c1f577fd 100644 --- a/docs/en/latest/FAQ.md +++ b/docs/en/latest/FAQ.md @@ -72,7 +72,7 @@ For the first problem, you can use https_proxy or use the `--server` option to s Run the `luarocks config rocks_servers` command(this command is supported after luarocks 3.0) to see which server are available. For China mainland users, you can use the `luarocks.cn` as the luarocks server. -We already provide a wrapper in the Makefile to simpify your job: +We already provide a wrapper in the Makefile to simplify your job: ```bash LUAROCKS_SERVER=https://luarocks.cn make deps diff --git a/t/cli/test_validate_config.sh b/t/cli/test_validate_config.sh index a18b158a..529170c4 100755 --- a/t/cli/test_validate_config.sh +++ b/t/cli/test_validate_config.sh @@ -63,9 +63,9 @@ apisix: out=$(make run 2>&1 || echo "ouch") if echo "$out" | grep 'ouch'; then - echo "failed: allow configurating address in stream_proxy" + echo "failed: allow configuring address in stream_proxy" exit 1 fi make stop -echo "passed: allow configurating address in stream_proxy" +echo "passed: allow configuring address in stream_proxy" diff --git a/t/control/discovery.t b/t/control/discovery.t index e16db438..ab78da6a 100644 --- a/t/control/discovery.t +++ b/t/control/discovery.t @@ -106,7 +106,7 @@ GET /t "services": {} }]] ) - ngx.satus = code + ngx.status = code ngx.say(body) } }