Fix mulitaddr typo
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committed
Feb 3, 2018 at 16:10 UTC
bee272a05e80d582091b21049780bc5cdee1bb6c
1 file changed
+1
-1
cmd/ipfs/main.go
+1
-1
@@ -452,7 +452,7 @@ func getApiClient(repoPath, apiAddrStr string) (http.Client, error) {
452
return nil, err
453
}
454
if len(addr.Protocols()) == 0 {
455
- return nil, fmt.Errorf("mulitaddr doesn't provide any protocols")
455
+ return nil, fmt.Errorf("multiaddr doesn't provide any protocols")
456
}
457
} else {
458
addr, err = fsrepo.APIAddr(repoPath)