Skip to content

Commit

Permalink
Merge pull request #176 from zaibon/patch-1
Browse files Browse the repository at this point in the history
typo in dht_bootstrap.go
  • Loading branch information
Stebalien authored Jul 28, 2018
2 parents d4e1e7e + 7c151da commit 0073e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dht_bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
// queries.
type BootstrapConfig struct {
Queries int // how many queries to run per period
Period time.Duration // how often to run periodi cbootstrap.
Timeout time.Duration // how long to wait for a bootstrao query to run
Period time.Duration // how often to run periodic bootstrap.
Timeout time.Duration // how long to wait for a bootstrap query to run
}

var DefaultBootstrapConfig = BootstrapConfig{
Expand Down

0 comments on commit 0073e12

Please sign in to comment.