Skip to content

Commit

Permalink
Merge pull request #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 0a14015 + 9fb4942 commit 0f0740d
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 0f0740d

Please sign in to comment.