提交 6975c729 编写于 作者: H HackyMiner 提交者: Felix Lange

all: fix various comment typos (#17591)

* swarm: fixed comment typo
* eth: fixed comment typo
* cmd/puppeth: fixed comment typo
上级 c35659c6
...@@ -92,7 +92,7 @@ func (w *wizard) deployDashboard() { ...@@ -92,7 +92,7 @@ func (w *wizard) deployDashboard() {
pages = append(pages, page) pages = append(pages, page)
} }
} }
// Promt the user to chose one, enter manually or simply not list this service // Prompt the user to chose one, enter manually or simply not list this service
defLabel, defChoice := "don't list", len(pages)+2 defLabel, defChoice := "don't list", len(pages)+2
if len(pages) > 0 { if len(pages) > 0 {
defLabel, defChoice = pages[0], 1 defLabel, defChoice = pages[0], 1
......
...@@ -127,7 +127,7 @@ func (api *PrivateDebugAPI) TraceChain(ctx context.Context, start, end rpc.Block ...@@ -127,7 +127,7 @@ func (api *PrivateDebugAPI) TraceChain(ctx context.Context, start, end rpc.Block
// traceChain configures a new tracer according to the provided configuration, and // traceChain configures a new tracer according to the provided configuration, and
// executes all the transactions contained within. The return value will be one item // executes all the transactions contained within. The return value will be one item
// per transaction, dependent on the requestd tracer. // per transaction, dependent on the requested tracer.
func (api *PrivateDebugAPI) traceChain(ctx context.Context, start, end *types.Block, config *TraceConfig) (*rpc.Subscription, error) { func (api *PrivateDebugAPI) traceChain(ctx context.Context, start, end *types.Block, config *TraceConfig) (*rpc.Subscription, error) {
// Tracing a chain is a **long** operation, only do with subscriptions // Tracing a chain is a **long** operation, only do with subscriptions
notifier, supported := rpc.NotifierFromContext(ctx) notifier, supported := rpc.NotifierFromContext(ctx)
......
...@@ -112,7 +112,7 @@ type Result struct { ...@@ -112,7 +112,7 @@ type Result struct {
} }
// Run calls the RunFunc function while taking care of // Run calls the RunFunc function while taking care of
// cancelation provided through the Context. // cancellation provided through the Context.
func (s *Simulation) Run(ctx context.Context, f RunFunc) (r Result) { func (s *Simulation) Run(ctx context.Context, f RunFunc) (r Result) {
//if the option is set to run a HTTP server with the simulation, //if the option is set to run a HTTP server with the simulation,
//init the server and start it //init the server and start it
......
...@@ -165,7 +165,7 @@ func (p *Peer) SendOfferedHashes(s *server, f, t uint64) error { ...@@ -165,7 +165,7 @@ func (p *Peer) SendOfferedHashes(s *server, f, t uint64) error {
if err != nil { if err != nil {
return err return err
} }
// true only when quiting // true only when quitting
if len(hashes) == 0 { if len(hashes) == 0 {
return nil return nil
} }
......
...@@ -27,11 +27,11 @@ OR distance over finite set of integers). ...@@ -27,11 +27,11 @@ OR distance over finite set of integers).
Methods take a comparison operator (pof, proximity order function) to compare two Methods take a comparison operator (pof, proximity order function) to compare two
value types. The default pof assumes Val to be or project to a byte slice using value types. The default pof assumes Val to be or project to a byte slice using
the reverse rank on the MSB first XOR logarithmic disctance. the reverse rank on the MSB first XOR logarithmic distance.
If the address space if limited, equality is defined as the maximum proximity order. If the address space if limited, equality is defined as the maximum proximity order.
The container offers applicative (funcional) style methods on PO trees: The container offers applicative (functional) style methods on PO trees:
* adding/removing en element * adding/removing en element
* swap (value based add/remove) * swap (value based add/remove)
* merging two PO trees (union) * merging two PO trees (union)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册