Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Jul 2, 2021
1 parent 29722d5 commit 2ab5651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pow/cmd/prepare/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ The piece-size and piece-cid are printed to stderr. For scripting usage, its rec
manifestLnk := rootNd.Links()[0]
manifestNd, err := dagService.Get(ctx, manifestLnk.Cid)
if err != nil {
c.Fatal(fmt.Errorf("get manfiest node: %s", err))
c.Fatal(fmt.Errorf("get manifest node: %s", err))
}
manifestF, err := unixfile.NewUnixfsFile(context.Background(), dagService, manifestNd)
if err != nil {
Expand Down

0 comments on commit 2ab5651

Please sign in to comment.