From dff762d580ea070c262720af9fff2ddeece84a1c Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 14 Apr 2016 10:35:11 -0400 Subject: [PATCH] Fix spelling errors in comment --- shell_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_test.go b/shell_test.go index 19029009a..1e246dd5a 100644 --- a/shell_test.go +++ b/shell_test.go @@ -46,7 +46,7 @@ func TestList(t *testing.T) { is.Equal(len(list), 6) - // TODO: document difference in sice betwen 'ipfs ls' and 'ipfs file ls -v'. additional object encoding in data block? + // TODO: document difference in size between 'ipfs ls' and 'ipfs file ls -v'. additional object encoding in data block? expected := map[string]LsLink{ "about": {Type: TFile, Hash: "QmZTR5bcpQD7cFgTorqxZDYaew1Wqgfbd2ud9QqGPAkK2V", Name: "about", Size: 1688}, "contact": {Type: TFile, Hash: "QmYCvbfNbCwFR45HiNP45rwJgvatpiW38D961L5qAhUM5Y", Name: "contact", Size: 200},