Skip to content

Commit 339ee57

Browse files
fix typo
1 parent f1564c7 commit 339ee57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/puppeth/module_dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ func deployDashboard(client *sshClient, network string, conf *config, config *da
683683
return nil, client.Stream(fmt.Sprintf("cd %s && docker-compose -p %s up -d --build --force-recreate", workdir, network))
684684
}
685685

686-
// dashboardInfos is returned from an dashboard status check to allow reporting
686+
// dashboardInfos is returned from a dashboard status check to allow reporting
687687
// various configuration parameters.
688688
type dashboardInfos struct {
689689
host string

core/bloombits/matcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ func (m *Matcher) distributor(dist chan *request, session *MatcherSession) {
392392
shutdown = session.quit // Shutdown request channel, will gracefully wait for pending requests
393393
)
394394

395-
// assign is a helper method fo try to assign a pending bit an an actively
395+
// assign is a helper method fo try to assign a pending bit an actively
396396
// listening servicer, or schedule it up for later when one arrives.
397397
assign := func(bit uint) {
398398
select {

0 commit comments

Comments
 (0)