From d528b9d58bae907647ffea7f3f70e22e743c5f23 Mon Sep 17 00:00:00 2001 From: wzhd Date: Tue, 19 Apr 2016 18:11:04 +0800 Subject: [PATCH] Fix a typo License: MIT Signed-off-by: Zihao Wang --- core/commands/publish.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/publish.go b/core/commands/publish.go index 0f2caa054c5..c3c1e50c89f 100644 --- a/core/commands/publish.go +++ b/core/commands/publish.go @@ -47,7 +47,7 @@ Publish an to another public key (not implemented): }, Arguments: []cmds.Argument{ - cmds.StringArg("ipfs-path", true, false, "IPFS path of the obejct to be published.").EnableStdin(), + cmds.StringArg("ipfs-path", true, false, "IPFS path of the object to be published.").EnableStdin(), }, Options: []cmds.Option{ cmds.BoolOption("resolve", "Resolve given path before publishing (default=true)."),