Skip to content

Commit

Permalink
fix: typo (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryankaraffa authored Oct 18, 2021
1 parent 973f74b commit 205341a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auditors/peerauth/mutual_tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func init() {
type auditor struct{}

func (a *auditor) Name() string {
return "Permissive Mututal TLS"
return "Permissive Mutual TLS"
}

func (a *auditor) Audit(_ types.Discovery, resources types.Resources) ([]types.AuditResult, error) {
Expand Down

0 comments on commit 205341a

Please sign in to comment.