Skip to content

Commit

Permalink
Update cluster.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Kishan Sagathiya <kishansagathiya@gmail.com>
  • Loading branch information
hsanjuan and kishansagathiya committed Aug 7, 2019
1 parent 084e763 commit 1dfb396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.go
Expand Up @@ -44,7 +44,7 @@ const (
)

var (
errFollowerMode = errors.New("this peer is configured as in follower mode. Write operations are disabled")
errFollowerMode = errors.New("this peer is configured to be in follower mode. Write operations are disabled")
)

// Cluster is the main IPFS cluster component. It provides
Expand Down

0 comments on commit 1dfb396

Please sign in to comment.