From e0296b6a6de6450c474fdf7fe62635a05beb49ab Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 8 Jul 2021 07:38:13 -0400 Subject: Fix various documentation, user-facing, and source comment typos (#16367) * Fix various doc, user-facing, and source comment typos Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby` --- integrations/README.md | 2 +- integrations/release_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'integrations') diff --git a/integrations/README.md b/integrations/README.md index ccb55377f5..0b91a7d254 100644 --- a/integrations/README.md +++ b/integrations/README.md @@ -28,7 +28,7 @@ make test-sqlite Setup a mysql database inside docker ``` docker run -e "MYSQL_DATABASE=test" -e "MYSQL_ALLOW_EMPTY_PASSWORD=yes" -p 3306:3306 --rm --name mysql mysql:latest #(just ctrl-c to stop db and clean the container) -docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" --rm --name elasticsearch elasticsearch:7.6.0 #(in a secound terminal, just ctrl-c to stop db and clean the container) +docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" --rm --name elasticsearch elasticsearch:7.6.0 #(in a second terminal, just ctrl-c to stop db and clean the container) ``` Start tests based on the database container ``` diff --git a/integrations/release_test.go b/integrations/release_test.go index ac5df315d5..4458387ef7 100644 --- a/integrations/release_test.go +++ b/integrations/release_test.go @@ -116,7 +116,7 @@ func TestCreateReleasePaging(t *testing.T) { setting.API.DefaultPagingNum = 10 session := loginUser(t, "user2") - // Create enaugh releases to have paging + // Create enough releases to have paging for i := 0; i < 12; i++ { version := fmt.Sprintf("v0.0.%d", i) createNewRelease(t, session, "/user2/repo1", version, version, false, false) -- cgit v1.2.3