Merge pull request #8344 from fenggw-fnst/work

Fix golint issue caused by typo
This commit is contained in:
Julien Pivotto 2021-01-06 09:28:08 +01:00 committed by GitHub
commit 8dfbad7a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ const (
DefaultWriteBufferSize = 4 * 1024 * 1024 // 4 MiB.
)
// corruptionErr is an error that's returned when corruption is encountered.
// CorruptionErr is an error that's returned when corruption is encountered.
type CorruptionErr struct {
Dir string
FileIndex int