mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
Correct typo in error string (#2902)
This commit is contained in:
@@ -44,7 +44,7 @@ const (
|
||||
// newJWT - returns new JWT object.
|
||||
func newJWT(expiry time.Duration) (*JWT, error) {
|
||||
if serverConfig == nil {
|
||||
return nil, errors.New("Server not initialzed")
|
||||
return nil, errors.New("Server not initialized")
|
||||
}
|
||||
|
||||
// Save access, secret keys.
|
||||
|
||||
Reference in New Issue
Block a user