Skip to content

Commit cbf670a

Browse files
committed
fix: fixing codespell errors
fix: fixing codespell errors
1 parent acc8924 commit cbf670a

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
@@ -989,7 +989,7 @@ func TestSetKeyValueInMap(t *testing.T) {
989989
expected: map[string]string{"subDir": "value"},
990990
},
991991
{
992-
desc: "case insentive key already exists",
992+
desc: "case insensitive key already exists",
993993
m: map[string]string{"subDir": "value2"},
994994
key: "subdir",
995995
value: "value",

0 commit comments

Comments
 (0)