Browse Source

Merge pull request #30218 from kevinetc123/patch-typo

fix a typo error
Akihiro Suda 8 năm trước cách đây
mục cha
commit
7d0041f9e5

+ 1 - 1
cli/command/formatter/disk_usage.go

@@ -26,7 +26,7 @@ const (
 	uniqueSizeHeader  = "UNIQUE SiZE"
 	uniqueSizeHeader  = "UNIQUE SiZE"
 )
 )
 
 
-// DiskUsageContext contains disk usage specific information required by the formater, encapsulate a Context struct.
+// DiskUsageContext contains disk usage specific information required by the formatter, encapsulate a Context struct.
 type DiskUsageContext struct {
 type DiskUsageContext struct {
 	Context
 	Context
 	Verbose    bool
 	Verbose    bool

+ 1 - 1
cli/command/formatter/image.go

@@ -20,7 +20,7 @@ const (
 	digestHeader     = "DIGEST"
 	digestHeader     = "DIGEST"
 )
 )
 
 
-// ImageContext contains image specific information required by the formater, encapsulate a Context struct.
+// ImageContext contains image specific information required by the formatter, encapsulate a Context struct.
 type ImageContext struct {
 type ImageContext struct {
 	Context
 	Context
 	Digest bool
 	Digest bool