Signed-off-by: kaiwentan <kaiwentan@harmonycloud.cn>
| ... | ... |
@@ -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 |