chore: fix code spelling issue

This commit is contained in:
andyzhangx 2022-08-20 09:26:46 +00:00
parent 4bf4da0d4d
commit a13ffed2f3
2 changed files with 2 additions and 1 deletions

View File

@ -13,3 +13,4 @@ jobs:
with:
check_filenames: true
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh
ignore_words_list: "ro"

View File

@ -286,7 +286,7 @@ func TestSetKeyValueInMap(t *testing.T) {
expected: map[string]string{"subDir": "value"},
},
{
desc: "case insentive key already exists",
desc: "case insensitive key already exists",
m: map[string]string{"subDir": "value2"},
key: "subdir",
value: "value",