mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: some flyby typos in the code (#19212)
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
This commit is contained in:
@@ -389,7 +389,7 @@ func parse(s string, strict bool) (ETag, error) {
|
||||
|
||||
// An S3 ETag may be a multipart ETag that
|
||||
// contains a '-' followed by a number.
|
||||
// If the ETag does not a '-' is is either
|
||||
// If the ETag does not a '-' is either
|
||||
// a singlepart or encrypted ETag.
|
||||
n := strings.IndexRune(s, '-')
|
||||
if n == -1 {
|
||||
|
||||
Reference in New Issue
Block a user