mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
add codespell action (#18818)
Original work here, #18474, refixed and updated.
This commit is contained in:
@@ -166,7 +166,7 @@ func (c ChecksumType) Hasher() hash.Hash {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Trailing return whether the checksum is traling.
|
||||
// Trailing return whether the checksum is trailing.
|
||||
func (c ChecksumType) Trailing() bool {
|
||||
return c.Is(ChecksumTrailing)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user