Skip to content

Commit 0a3769e

Browse files
author
ethan
committed
pusher.go: error message typo correction
Signed-off-by: Guangming Wang <[email protected]>
1 parent 03d934a commit 0a3769e

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)