Fix a typo on the comment for ListenBucketNotification (#7821)

master
Daniel Valdivia 5 years ago committed by kannappanr
parent 219d841496
commit a04b6561a0
  1. 2
      cmd/peer-rest-client.go

@ -212,7 +212,7 @@ func (client *peerRESTClient) ReloadFormat(dryRun bool) error {
return nil
}
// ListenBucketNotification - send listent bucket notification to peer nodes.
// ListenBucketNotification - send listen bucket notification to peer nodes.
func (client *peerRESTClient) ListenBucketNotification(bucket string, eventNames []event.Name,
pattern string, targetID event.TargetID, addr xnet.Host) error {
args := listenBucketNotificationReq{

Loading…
Cancel
Save