Skip to content

Commit d0f4cf0

Browse files
authored
Merge pull request #3497 from ethan-daocloud/patch-1
pusher.go: error message typo correction
2 parents 03d934a + 0a3769e commit d0f4cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

remotes/docker/pusher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ func (pw *pushWriter) Commit(ctx context.Context, size int64, expected digest.Di
353353
}
354354

355355
if size > 0 && size != status.Offset {
356-
return errors.Errorf("unxpected size %d, expected %d", status.Offset, size)
356+
return errors.Errorf("unexpected size %d, expected %d", status.Offset, size)
357357
}
358358

359359
if expected == "" {

0 commit comments

Comments
 (0)