mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
fixes some typos, for CREDITS change (#8743)
This commit is contained in:
committed by
Harshavardhana
parent
6695fd6a61
commit
7f31d933a8
@@ -134,7 +134,7 @@ func serverHandleCmdArgs(ctx *cli.Context) {
|
||||
// On macOS, if a process already listens on LOCALIPADDR:PORT, net.Listen() falls back
|
||||
// to IPv6 address ie minio will start listening on IPv6 address whereas another
|
||||
// (non-)minio process is listening on IPv4 of given port.
|
||||
// To avoid this error sutiation we check for port availability.
|
||||
// To avoid this error situation we check for port availability.
|
||||
logger.FatalIf(checkPortAvailability(globalMinioHost, globalMinioPort), "Unable to start the server")
|
||||
|
||||
globalIsXL = (setupType == XLSetupType)
|
||||
|
||||
Reference in New Issue
Block a user