mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05: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