diff options
Diffstat (limited to 'cmd/podman/pull.go')
-rw-r--r-- | cmd/podman/pull.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pull.go b/cmd/podman/pull.go index 0712283c3..521492dc5 100644 --- a/cmd/podman/pull.go +++ b/cmd/podman/pull.go @@ -109,7 +109,7 @@ func pullCmd(c *cli.Context) error { return errors.Wrapf(err, "error pulling image %q", image) } - // Intentially choosing to ignore if there is an error because + // Intentionally choosing to ignore if there is an error because // outputting the image ID is a NTH and not integral to the pull fmt.Println(newImage.ID()) return nil |