Skip to content

Commit

Permalink
Merge pull request #169 from studyzy/master
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
Stebalien authored Jun 6, 2019
2 parents 6cc6af6 + 677c6d4 commit 260a516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (c *client) Execute(req *cmds.Request, re cmds.ResponseEmitter, env cmds.En
res, err := c.Send(req)
if err != nil {
if isConnRefused(err) {
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`")
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`")
}
return err
}
Expand Down

0 comments on commit 260a516

Please sign in to comment.