mispell fixes. (#3100)

This commit is contained in:
Karthic Rao
2016-10-26 21:16:14 +05:30
committed by Harshavardhana
parent 31f2db6880
commit 63f1b4fdf4
4 changed files with 6 additions and 6 deletions

View File

@@ -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