Commit b2efcf5 1 parent ef63822 commit b2efcf5 Copy full SHA for b2efcf5
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ type limitReadCloser struct {
38
38
}
39
39
40
40
// NewMultiFetcher creates a MultiFetcher with the given Fetchers. The
41
- // Fetchers are tried in order ther passed to this function.
41
+ // Fetchers are tried in order, then passed to this function.
42
42
func NewMultiFetcher (f ... Fetcher ) * MultiFetcher {
43
43
44
44
mf := & MultiFetcher {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ test_gc_robust_part1() {
73
73
grep -q "permission denied" block_rm_err
74
74
'
75
75
76
- # repo gc outputs raw multihashes. We chech HASH1 with block stat rather than
76
+ # repo gc outputs raw multihashes. We check HASH1 with block stat rather than
77
77
# grepping the output since it's not a raw multihash
78
78
test_expect_success " 'ipfs repo gc' should still run and remove as much as possible" '
79
79
test_must_fail ipfs repo gc 2>&1 | tee repo_gc_out &&
You can’t perform that action at this time.
0 commit comments