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