Fix typo
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
rht committed
Oct 13, 2015 at 16:15 UTC
740447eecdc7c4fb58ec220d3b68d542c885cb9e
1 file changed
+1
-1
core/pathresolver.go
+1
-1
@@ -17,7 +17,7 @@ var ErrNoNamesys = errors.New(
17
18
// Resolve resolves the given path by parsing out protocol-specific
19
// entries (e.g. /ipns/<node-key>) and then going through the /ipfs/
20
-// entries and returning the final merkledage node. Effectively
20
+// entries and returning the final merkledag node. Effectively
21
// enables /ipns/, /dns/, etc. in commands.
22
func Resolve(ctx context.Context, n *IpfsNode, p path.Path) (*merkledag.Node, error) {
23
if strings.HasPrefix(p.String(), "/ipns/") {