Commit bee272a0 authored by Lars Gierth's avatar Lars Gierth Committed by Lars Gierth

Fix mulitaddr typo

License: MIT
Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
parent eca0486e
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment