Преглед на файлове

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