Explorar o código

chore: fix typo in comment

Signed-off-by: racequite <[email protected]>
racequite hai 1 ano
pai
achega
2aa568ceba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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