mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
mispell fixes. (#3100)
This commit is contained in:
committed by
Harshavardhana
parent
31f2db6880
commit
63f1b4fdf4
@@ -369,7 +369,7 @@ func loadListenerConfig(bucket string, objAPI ObjectLayer) ([]listenerConfig, er
|
||||
if err != nil {
|
||||
// 'notification.xml' not found return
|
||||
// 'errNoSuchNotifications'. This is default when no
|
||||
// bucket listners are found on the bucket.
|
||||
// bucket listeners are found on the bucket.
|
||||
switch err.(type) {
|
||||
case ObjectNotFound:
|
||||
return nil, errNoSuchNotifications
|
||||
|
||||
Reference in New Issue
Block a user