Skip to content

Commit

Permalink
Merge pull request moby#30218 from kevinetc123/patch-typo
Browse files Browse the repository at this point in the history
fix a typo error
  • Loading branch information
AkihiroSuda authored Jan 19, 2017
2 parents 0e8c7d7 + b8155bd commit 7d0041f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/command/formatter/disk_usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
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 {
Context
Verbose bool
Expand Down
2 changes: 1 addition & 1 deletion cli/command/formatter/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
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 {
Context
Digest bool
Expand Down

0 comments on commit 7d0041f

Please sign in to comment.