docs: fix typos in repository documentation (#10683)

This commit is contained in:
omahs
2025-11-16 05:22:29 +01:00
committed by GitHub
parent d5649821ae
commit dd0ed0ef17
4 changed files with 7 additions and 8 deletions

View File

@@ -549,7 +549,7 @@ func (r *Registry) Pull(ctx context.Context, name string) error {
for cs, err := range r.chunksums(ctx, name, l) {
if err != nil {
// Note the chunksum stream
// interuption, but do not cancel
// interruption, but do not cancel
// in-flight downloads. We can still
// make progress on them. Once they are
// done, ErrIncomplete will be returned