Преглед изворни кода

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