From d8b77eb7c7d7cacfcba75d1c767ef4d55b3ae5a5 Mon Sep 17 00:00:00 2001
From: rht <rhtbot@gmail.com>
Date: Wed, 27 Jan 2016 14:41:35 +0700
Subject: [PATCH] s/retreiving/retrieving/g

License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
---
 core/commands/block.go         |  4 ++--
 core/commands/object/object.go | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/core/commands/block.go b/core/commands/block.go
index 33d8a7bbb..ad7d904c1 100644
--- a/core/commands/block.go
+++ b/core/commands/block.go
@@ -45,7 +45,7 @@ var blockStatCmd = &cmds.Command{
 	Helptext: cmds.HelpText{
 		Tagline: "Print information of a raw IPFS block.",
 		ShortDescription: `
-'ipfs block stat' is a plumbing command for retreiving information
+'ipfs block stat' is a plumbing command for retrieving information
 on raw ipfs blocks. It outputs the following to stdout:
 
 	Key  - the base58 encoded multihash
@@ -82,7 +82,7 @@ var blockGetCmd = &cmds.Command{
 	Helptext: cmds.HelpText{
 		Tagline: "Get a raw IPFS block.",
 		ShortDescription: `
-'ipfs block get' is a plumbing command for retreiving raw ipfs blocks.
+'ipfs block get' is a plumbing command for retrieving raw ipfs blocks.
 It outputs to stdout, and <key> is a base58 encoded multihash.
 `,
 	},
diff --git a/core/commands/object/object.go b/core/commands/object/object.go
index 9cd71008a..d58f2349a 100644
--- a/core/commands/object/object.go
+++ b/core/commands/object/object.go
@@ -72,12 +72,12 @@ var ObjectDataCmd = &cmds.Command{
 	Helptext: cmds.HelpText{
 		Tagline: "Outputs the raw bytes in an IPFS object.",
 		ShortDescription: `
-'ipfs object data' is a plumbing command for retreiving the raw bytes stored in
+'ipfs object data' is a plumbing command for retrieving the raw bytes stored in
 a DAG node. It outputs to stdout, and <key> is a base58 encoded
 multihash.
 `,
 		LongDescription: `
-'ipfs object data' is a plumbing command for retreiving the raw bytes stored in
+'ipfs object data' is a plumbing command for retrieving the raw bytes stored in
 a DAG node. It outputs to stdout, and <key> is a base58 encoded
 multihash.
 
@@ -110,7 +110,7 @@ var ObjectLinksCmd = &cmds.Command{
 	Helptext: cmds.HelpText{
 		Tagline: "Outputs the links pointed to by the specified object.",
 		ShortDescription: `
-'ipfs object links' is a plumbing command for retreiving the links from
+'ipfs object links' is a plumbing command for retrieving the links from
 a DAG node. It outputs to stdout, and <key> is a base58 encoded
 multihash.
 `,
@@ -159,12 +159,12 @@ var ObjectGetCmd = &cmds.Command{
 	Helptext: cmds.HelpText{
 		Tagline: "Get and serialize the DAG node named by <key>.",
 		ShortDescription: `
-'ipfs object get' is a plumbing command for retreiving DAG nodes.
+'ipfs object get' is a plumbing command for retrieving DAG nodes.
 It serializes the DAG node to the format specified by the "--encoding"
 flag. It outputs to stdout, and <key> is a base58 encoded multihash.
 `,
 		LongDescription: `
-'ipfs object get' is a plumbing command for retreiving DAG nodes.
+'ipfs object get' is a plumbing command for retrieving DAG nodes.
 It serializes the DAG node to the format specified by the "--encoding"
 flag. It outputs to stdout, and <key> is a base58 encoded multihash.
 
-- 
GitLab