Quellcode durchsuchen

chore: fix typo in comment

Signed-off-by: racequite <[email protected]>
racequite vor 1 Jahr
Ursprung
Commit
2aa568ceba
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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