diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 63f386d1b..a462ff20d 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,4 +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,./pkg/lib/iscsi/ - ignore_words_list: "AKS,aks" + ignore_words_list: "AKS,aks,ro" diff --git a/pkg/blob/blob_test.go b/pkg/blob/blob_test.go index bfa0d9c87..5d9a81b75 100644 --- a/pkg/blob/blob_test.go +++ b/pkg/blob/blob_test.go @@ -989,7 +989,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",