Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
  • Loading branch information
testwill committed Mar 19, 2024
1 parent 86cd523 commit f31e209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/formatter/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (l *logConsumer) Log(container, message string) {
l.write(l.stdout, container, message)
}

// Log formats a log message as received from name/container
// Err formats a log message as received from name/container
func (l *logConsumer) Err(container, message string) {
l.write(l.stderr, container, message)
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/compose/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f31e209

Please sign in to comment.