@cryptotaxi247 / kubo / commits / b0a461ca5

Typo fix

Peter Rabbitson committed Mar 26, 2020 at 16:38 UTC b0a461ca5c8e413034994ebfe21bfa94f72c2fa2
1 file changed +1 -1
core/commands/dag/dag.go
+1 -1
@@ -254,7 +254,7 @@ var DagExportCmd = &cmds.Command{
254 Tagline: "Streams the selected DAG as a .car stream on stdout.",
255 ShortDescription: `
256 'ipfs dag export' fetches a dag and streams it out as a well-formed .car file.
257 -Note that at prsent only single root selections / .car files are supported.
257 +Note that at present only single root selections / .car files are supported.
258 The output of blocks happens in strict DAG-traversal, first-seen, order.
259 `,
260 },