From faf457271bf7c04cc8f7429d409a44a7e197c2f5 Mon Sep 17 00:00:00 2001 From: Bin Wang Date: Tue, 6 Nov 2018 11:20:25 -0500 Subject: [PATCH] Fix typo in comment (#57) displayes -> displays --- cmd/analyze.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/analyze.go b/cmd/analyze.go index d06c0d4..0e45139 100644 --- a/cmd/analyze.go +++ b/cmd/analyze.go @@ -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()