From dbefedbb2ef6b1ca6bc882bd8a447b5b88adddeb Mon Sep 17 00:00:00 2001 From: Markus Amalthea Magnuson Date: Sun, 14 Dec 2014 20:55:29 +0100 Subject: [PATCH] Fix typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ”configurationx” -> ”configuration” --- cmd/ipfs/README.md | 2 +- core/commands/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/ipfs/README.md b/cmd/ipfs/README.md index 5b47554b3..73167b30f 100644 --- a/cmd/ipfs/README.md +++ b/cmd/ipfs/README.md @@ -10,7 +10,7 @@ ipfs - global versioned p2p merkledag file system Basic commands: - init Initialize ipfs local configurationx + init Initialize ipfs local configuration add Add an object to ipfs cat Show ipfs object data ls List links from an object diff --git a/core/commands/root.go b/core/commands/root.go index 7323d6cd1..b2aa25110 100644 --- a/core/commands/root.go +++ b/core/commands/root.go @@ -21,7 +21,7 @@ ipfs [] [] ... ShortDescription: ` Basic commands: - init Initialize ipfs local configurationx + init Initialize ipfs local configuration add Add an object to ipfs cat Show ipfs object data ls List links from an object