[#1217] Fix grammar mistakes and misspelling

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
This commit is contained in:
Ekaterina Lebedeva 2024-07-01 18:58:37 +03:00
parent 36eab4059c
commit 56eeb630b6
12 changed files with 17 additions and 17 deletions

View file

@ -72,7 +72,7 @@ func add(cmd *cobra.Command, _ []string) {
commonCmd.ExitOnErr(cmd, "signing message: %w", tree.SignMessage(req, pk))
resp, err := cli.Add(ctx, req)
commonCmd.ExitOnErr(cmd, "failed to cal add: %w", err)
commonCmd.ExitOnErr(cmd, "failed to call add: %w", err)
cmd.Println("Node ID: ", resp.GetBody().GetNodeId())
}