Skip to content

Commit

Permalink
[skip-ci] fix typo for codespell
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
  • Loading branch information
lsm5 committed May 23, 2024
1 parent c3b98a8 commit fc19a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libimage/corrupted_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestCorruptedLayers(t *testing.T) {
require.Len(t, pulledImages, 1)
image := pulledImages[0]

// Inpsecting a healthy image should work.
// Inspecting a healthy image should work.
_, err = image.Inspect(ctx, nil)
require.NoError(t, err, "inspecting healthy image should work")

Expand Down

0 comments on commit fc19a57

Please sign in to comment.