forked from TrueCloudLab/frostfs-api-go
[#193] pkg/client: Fix error message typos
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
d442b204ca
commit
874a4b937f
3 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ func v2NetmapClientFromOptions(opts *clientOptions) (cli *v2netmap.Client, err e
|
|||
)
|
||||
|
||||
default:
|
||||
return nil, errors.New("lack of sdk client options to create accounting client")
|
||||
return nil, errors.New("lack of sdk client options to create netmap client")
|
||||
}
|
||||
|
||||
// check if client correct and save in cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue