Commit ed07c058 authored by W. Trevor King's avatar W. Trevor King

ipnsfs/system: Fix 'retreive' -> 'retrieve' typo

From 93b06f34 (Add timeout to ipns resolution at startup, 2015-04-24,
#1133).
parent 0d521ff2
......@@ -165,7 +165,7 @@ func (fs *Filesystem) newKeyRoot(parent context.Context, k ci.PrivKey) (*KeyRoot
mnode, err := fs.resolver.ResolvePath(pointsTo)
if err != nil {
log.Errorf("Failed to retreive value '%s' for ipns entry: %s\n", pointsTo, err)
log.Errorf("Failed to retrieve value '%s' for ipns entry: %s\n", pointsTo, err)
return nil, err
}
......
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