Skip to content

Commit 677c6d4

Browse files
committed
Fix a typo
1 parent 6cc6af6 commit 677c6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (c *client) Execute(req *cmds.Request, re cmds.ResponseEmitter, env cmds.En
7979
res, err := c.Send(req)
8080
if err != nil {
8181
if isConnRefused(err) {
82-
err = fmt.Errorf("cannot connect to the api. Is the deamon running? To run as a standalone CLI command remove the api file in `$IPFS_PATH/api`")
82+
err = fmt.Errorf("cannot connect to the api. Is the daemon running? To run as a standalone CLI command remove the api file in `$IPFS_PATH/api`")
8383
}
8484
return err
8585
}

0 commit comments

Comments
 (0)