Skip to content

Commit b2efcf5

Browse files
authored
Fix typos (#8726)
1 parent ef63822 commit b2efcf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo/fsrepo/migrations/fetcher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type limitReadCloser struct {
3838
}
3939

4040
// 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.
4242
func NewMultiFetcher(f ...Fetcher) *MultiFetcher {
4343

4444
mf := &MultiFetcher{

test/sharness/t0087-repo-robust-gc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test_gc_robust_part1() {
7373
grep -q "permission denied" block_rm_err
7474
'
7575

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
7777
# grepping the output since it's not a raw multihash
7878
test_expect_success "'ipfs repo gc' should still run and remove as much as possible" '
7979
test_must_fail ipfs repo gc 2>&1 | tee repo_gc_out &&

0 commit comments

Comments
 (0)