From 182bccefbe2be037846f05fab9aa36ef3f6ede0f Mon Sep 17 00:00:00 2001 From: kaiwentan Date: Wed, 18 Jan 2017 00:26:37 +0800 Subject: [PATCH] correct all the formate to formatter Signed-off-by: kaiwentan --- command/formatter/disk_usage.go | 2 +- command/formatter/image.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/command/formatter/disk_usage.go b/command/formatter/disk_usage.go index 6f97d3b0f9..f4abac59e6 100644 --- a/command/formatter/disk_usage.go +++ b/command/formatter/disk_usage.go @@ -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 diff --git a/command/formatter/image.go b/command/formatter/image.go index 5c7de826f0..9187dfb2e2 100644 --- a/command/formatter/image.go +++ b/command/formatter/image.go @@ -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