Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#206 from mooncak/fix_typos
Browse files Browse the repository at this point in the history
Fix typos: wehbook -> webhook
  • Loading branch information
k8s-ci-robot committed Nov 13, 2018
2 parents 8c044c3 + 2c9f323 commit 829cd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/internal/cert/writer/certwriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func createIfNotExists(ch certReadWriter) (*generator.Artifacts, bool, error) {

// certReadWriter provides methods for reading and writing certificates.
type certReadWriter interface {
// read reads a wehbook name and returns the certs for it.
// read reads a webhook name and returns the certs for it.
read() (*generator.Artifacts, error)
// write writes the certs and return the certs it wrote.
write() (*generator.Artifacts, error)
Expand Down

0 comments on commit 829cd15

Please sign in to comment.