瀏覽代碼

chore: fix typo in comment

Signed-off-by: racequite <[email protected]>
racequite 1 年之前
父節點
當前提交
2aa568ceba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/compose/metrics.go

+ 1 - 1
pkg/compose/metrics.go

@@ -16,7 +16,7 @@
 
 package compose
 
-// FailureCategory sruct regrouping metrics failure status and specific exit code
+// FailureCategory struct regrouping metrics failure status and specific exit code
 type FailureCategory struct {
 	MetricsStatus string
 	ExitCode      int