Fix typo in comment (#57)

displayes -> displays
This commit is contained in:
Bin Wang 2018-11-06 11:20:25 -05:00 committed by Alex Goodman
parent 41e1685efe
commit faf457271b

View File

@ -10,7 +10,7 @@ import (
"github.com/wagoodman/dive/utils"
)
// analyze takes a docker image tag, digest, or id and displayes the
// analyze takes a docker image tag, digest, or id and displays the
// image analysis to the screen
func analyze(cmd *cobra.Command, args []string) {
defer utils.Cleanup()