Skip to content

Commit

Permalink
compose ps: fix typo "unknow" -> "unknown"
Browse files Browse the repository at this point in the history
  • Loading branch information
webignition authored Dec 8, 2021
1 parent 36c2947 commit 0db87b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/compose/ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (p *psOptions) parseFilter() error {
case "source":
return api.ErrNotImplemented
default:
return fmt.Errorf("unknow filter %s", parts[0])
return fmt.Errorf("unknown filter %s", parts[0])
}
return nil
}
Expand Down

0 comments on commit 0db87b5

Please sign in to comment.