Skip to content

Commit

Permalink
Fix typo in config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JensRantil authored Nov 6, 2018
1 parent a84ce58 commit c43c37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type ClusterConfig struct {
ReconnectInterval time.Duration

// The maximum amount of time to wait for schema agreement in a cluster after
// receiving a schema change frame. (deault: 60s)
// receiving a schema change frame. (default: 60s)
MaxWaitSchemaAgreement time.Duration

// HostFilter will filter all incoming events for host, any which don't pass
Expand Down

0 comments on commit c43c37e

Please sign in to comment.