Skip to content

Commit 260a516

Browse files
authored
Merge pull request #169 from studyzy/master
Fix a typo
2 parents 6cc6af6 + 677c6d4 commit 260a516

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)