Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Jan 23, 2025
1 parent c590963 commit d6c332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_tests/dir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ func (suite *dirTestSuite) TestReadDirLink() {
err = os.WriteFile(fileName, suite.minBuff, 0777)
suite.NoError(err)

// Write three more files so one blokc, 4096 bytes, is filled
// Write three more files so one block, 4096 bytes, is filled
for i := 0; i < 3; i++ {
newFile := fileName + strconv.Itoa(i)
err := os.WriteFile(newFile, suite.minBuff, 0777)
Expand Down

0 comments on commit d6c332c

Please sign in to comment.