forked from TrueCloudLab/frostfs-node
[#1217] Fix grammar mistakes and misspelling
Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
This commit is contained in:
parent
36eab4059c
commit
56eeb630b6
12 changed files with 17 additions and 17 deletions
|
@ -39,7 +39,7 @@ func removeProxyAccount(cmd *cobra.Command, _ []string) {
|
|||
func processAccount(cmd *cobra.Command, addr util.Uint160, method string) error {
|
||||
wCtx, err := helper.NewInitializeContext(cmd, viper.GetViper())
|
||||
if err != nil {
|
||||
return fmt.Errorf("can't to initialize context: %w", err)
|
||||
return fmt.Errorf("can't initialize context: %w", err)
|
||||
}
|
||||
|
||||
r := management.NewReader(wCtx.ReadOnlyInvoker)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue