Skip to content

Commit e5e8c63

Browse files
committed
chore: fix code spelling issue
1 parent 999b3a2 commit e5e8c63

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
16-
ignore_words_list: browseable
16+
ignore_words_list: "browseable,ro"

pkg/smb/smb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func TestSetKeyValueInMap(t *testing.T) {
215215
expected: map[string]string{"subDir": "value"},
216216
},
217217
{
218-
desc: "case insentive key already exists",
218+
desc: "case insensitive key already exists",
219219
m: map[string]string{"subDir": "value2"},
220220
key: "subdir",
221221
value: "value",

0 commit comments

Comments
 (0)