From b0a461ca5c8e413034994ebfe21bfa94f72c2fa2 Mon Sep 17 00:00:00 2001 From: Peter Rabbitson Date: Thu, 26 Mar 2020 16:38:20 +0100 Subject: [PATCH] Typo fix --- core/commands/dag/dag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/dag/dag.go b/core/commands/dag/dag.go index 31ea85060..9676e935b 100644 --- a/core/commands/dag/dag.go +++ b/core/commands/dag/dag.go @@ -254,7 +254,7 @@ var DagExportCmd = &cmds.Command{ Tagline: "Streams the selected DAG as a .car stream on stdout.", ShortDescription: ` 'ipfs dag export' fetches a dag and streams it out as a well-formed .car file. -Note that at prsent only single root selections / .car files are supported. +Note that at present only single root selections / .car files are supported. The output of blocks happens in strict DAG-traversal, first-seen, order. `, },