Skip to content

Commit a13ffed

Browse files
committed
chore: fix code spelling issue
1 parent 4bf4da0 commit a13ffed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +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
16+
ignore_words_list: "ro"

pkg/nfs/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ func TestSetKeyValueInMap(t *testing.T) {
286286
expected: map[string]string{"subDir": "value"},
287287
},
288288
{
289-
desc: "case insentive key already exists",
289+
desc: "case insensitive key already exists",
290290
m: map[string]string{"subDir": "value2"},
291291
key: "subdir",
292292
value: "value",

0 commit comments

Comments
 (0)