Skip to content

Commit

Permalink
Merge pull request #4646 from ipfs/lgierth-patch-1
Browse files Browse the repository at this point in the history
Fix mulitaddr typo
  • Loading branch information
whyrusleeping authored Feb 13, 2018
2 parents e5f80fa + bee272a commit f2e38f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ipfs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func getApiClient(repoPath, apiAddrStr string) (http.Client, error) {
return nil, err
}
if len(addr.Protocols()) == 0 {
return nil, fmt.Errorf("mulitaddr doesn't provide any protocols")
return nil, fmt.Errorf("multiaddr doesn't provide any protocols")
}
} else {
addr, err = fsrepo.APIAddr(repoPath)
Expand Down

0 comments on commit f2e38f5

Please sign in to comment.