Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit f4ecbb4

Browse files
committed
Merge pull request #25 from ipfs/feature/fix-spelling-errors
Fix spelling errors in comment
2 parents 7a0eeea + dff762d commit f4ecbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestList(t *testing.T) {
4646

4747
is.Equal(len(list), 6)
4848

49-
// TODO: document difference in sice betwen 'ipfs ls' and 'ipfs file ls -v'. additional object encoding in data block?
49+
// TODO: document difference in size between 'ipfs ls' and 'ipfs file ls -v'. additional object encoding in data block?
5050
expected := map[string]LsLink{
5151
"about": {Type: TFile, Hash: "QmZTR5bcpQD7cFgTorqxZDYaew1Wqgfbd2ud9QqGPAkK2V", Name: "about", Size: 1688},
5252
"contact": {Type: TFile, Hash: "QmYCvbfNbCwFR45HiNP45rwJgvatpiW38D961L5qAhUM5Y", Name: "contact", Size: 200},

0 commit comments

Comments
 (0)