Skip to content

Commit

Permalink
typo in dht_bootstrap.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zaibon authored Jul 28, 2018
1 parent d4e1e7e commit 7c151da
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 7c151da

Please sign in to comment.