build, internal/ethapi, crypto/bls12381: fix typos (#21210)

speicifc -> specific
assigened -> assigned
frobenious -> frobenius
This commit is contained in:
Yang Hau
2020-06-11 04:25:32 +08:00
committed by GitHub
parent 4a19c0e7b8
commit e30c0af861
4 changed files with 10 additions and 10 deletions

View File

@ -26,7 +26,7 @@ import (
)
// AzureBlobstoreConfig is an authentication and configuration struct containing
// the data needed by the Azure SDK to interact with a speicifc container in the
// the data needed by the Azure SDK to interact with a specific container in the
// blobstore.
type AzureBlobstoreConfig struct {
Account string // Account name to authorize API requests with

View File

@ -990,7 +990,7 @@ func DoEstimateGas(ctx context.Context, b Backend, args CallArgs, blockNrOrHash
// If the error is not nil(consensus error), it means the provided message
// call or transaction will never be accepted no matter how much gas it is
// assigened. Return the error directly, don't struggle any more.
// assigned. Return the error directly, don't struggle any more.
if err != nil {
return 0, err
}