chore: fix typo in comment

Signed-off-by: racequite <quiterace@gmail.com>
This commit is contained in:
racequite 2024-04-19 12:55:00 +08:00 committed by Nicolas De loof
parent 4ae2e0ec55
commit 2aa568ceba
1 changed files with 1 additions and 1 deletions

View File

@ -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