mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
typo: Fix typos across the codebase. (#2442)
This commit is contained in:
@@ -49,7 +49,7 @@ func FormatJSONSyntaxError(data io.Reader, sErr *json.SyntaxError) error {
|
||||
termWidth := 25
|
||||
|
||||
// errorShift is the length of the minimum needed place for
|
||||
// error msg accessoires, like <--, etc.. We calculate it
|
||||
// error msg accessories, like <--, etc.. We calculate it
|
||||
// dynamically to avoid an eventual bug after modifying errorFmt
|
||||
errorShift := len(fmt.Sprintf(errorFmt, 1, ""))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user