Skip to content

Commit 6e711cd

Browse files
authored
Merge pull request #735 from umagnus/ficodespell-fix
fix: fixing codespell errors
2 parents ed414e9 + cbf670a commit 6e711cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
check_filenames: true
1515
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh,./pkg/lib/iscsi/
16-
ignore_words_list: "AKS,aks"
16+
ignore_words_list: "AKS,aks,ro"

pkg/blob/blob_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ func TestSetKeyValueInMap(t *testing.T) {
10151015
expected: map[string]string{"subDir": "value"},
10161016
},
10171017
{
1018-
desc: "case insentive key already exists",
1018+
desc: "case insensitive key already exists",
10191019
m: map[string]string{"subDir": "value2"},
10201020
key: "subdir",
10211021
value: "value",

0 commit comments

Comments
 (0)