Browse code

correct all the formate to formatter

Signed-off-by: kaiwentan <kaiwentan@harmonycloud.cn>

kaiwentan authored on 2017/01/18 01:26:37
Showing 2 changed files
... ...
@@ -26,7 +26,7 @@ const (
26 26
 	uniqueSizeHeader  = "UNIQUE SiZE"
27 27
 )
28 28
 
29
-// DiskUsageContext contains disk usage specific information required by the formater, encapsulate a Context struct.
29
+// DiskUsageContext contains disk usage specific information required by the formatter, encapsulate a Context struct.
30 30
 type DiskUsageContext struct {
31 31
 	Context
32 32
 	Verbose    bool
... ...
@@ -20,7 +20,7 @@ const (
20 20
 	digestHeader     = "DIGEST"
21 21
 )
22 22
 
23
-// ImageContext contains image specific information required by the formater, encapsulate a Context struct.
23
+// ImageContext contains image specific information required by the formatter, encapsulate a Context struct.
24 24
 type ImageContext struct {
25 25
 	Context
26 26
 	Digest bool