Fix typos (#8726)
Dimitris Apostolou committed
Feb 16, 2022 at 01:50 UTC
b2efcf5ce3bba997997962122f85d12500962927
2 files changed
+2
-2
repo/fsrepo/migrations/fetcher.go
+1
-1
@@ -38,7 +38,7 @@ type limitReadCloser struct {
38
}
39
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
func NewMultiFetcher(f ...Fetcher) *MultiFetcher {
43
44
mf := &MultiFetcher{
test/sharness/t0087-repo-robust-gc.sh
+1
-1
@@ -73,7 +73,7 @@ test_gc_robust_part1() {
73
grep -q "permission denied" block_rm_err
74
'
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
# grepping the output since it's not a raw multihash
78
test_expect_success "'ipfs repo gc' should still run and remove as much as possible" '
79
test_must_fail ipfs repo gc 2>&1 | tee repo_gc_out &&