Skip to content

Commit

Permalink
Fix typos (#8726)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 authored Feb 15, 2022
1 parent ef63822 commit b2efcf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo/fsrepo/migrations/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type limitReadCloser struct {
}

// NewMultiFetcher creates a MultiFetcher with the given Fetchers. The
// Fetchers are tried in order ther passed to this function.
// Fetchers are tried in order, then passed to this function.
func NewMultiFetcher(f ...Fetcher) *MultiFetcher {

mf := &MultiFetcher{
Expand Down
2 changes: 1 addition & 1 deletion test/sharness/t0087-repo-robust-gc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test_gc_robust_part1() {
grep -q "permission denied" block_rm_err
'

# repo gc outputs raw multihashes. We chech HASH1 with block stat rather than
# repo gc outputs raw multihashes. We check HASH1 with block stat rather than
# grepping the output since it's not a raw multihash
test_expect_success "'ipfs repo gc' should still run and remove as much as possible" '
test_must_fail ipfs repo gc 2>&1 | tee repo_gc_out &&
Expand Down

0 comments on commit b2efcf5

Please sign in to comment.